├── .gitignore
├── LICENSE
├── README.md
├── basketball_match_analysis
├── README.md
├── gamedata
│ ├── 2017ANA.EVA
│ ├── 2017ARI.EVN
│ ├── 2017ATL.EVN
│ ├── 2017BAL.EVA
│ ├── 2017BOS.EVA
│ ├── 2017CHA.EVA
│ ├── 2017CHN.EVN
│ ├── 2017CIN.EVN
│ ├── 2017CLE.EVA
│ ├── 2017COL.EVN
│ ├── 2017DET.EVA
│ ├── 2017HOU.EVA
│ ├── 2017KCA.EVA
│ ├── 2017LAN.EVN
│ ├── 2017MIA.EVN
│ ├── 2017MIL.EVN
│ ├── 2017MIN.EVA
│ ├── 2017NYA.EVA
│ ├── 2017NYN.EVN
│ ├── 2017OAK.EVA
│ ├── 2017PHI.EVN
│ ├── 2017PIT.EVN
│ ├── 2017SDN.EVN
│ ├── 2017SEA.EVA
│ ├── 2017SFN.EVN
│ ├── 2017SLN.EVN
│ ├── 2017TBA.EVA
│ ├── 2017TEX.EVA
│ ├── 2017TOR.EVA
│ ├── 2017WAS.EVN
│ ├── ANA2017.ROS
│ ├── ARI2017.ROS
│ ├── ATL2017.ROS
│ ├── BAL2017.ROS
│ ├── BOS2017.ROS
│ ├── CHA2017.ROS
│ ├── CHN2017.ROS
│ ├── CIN2017.ROS
│ ├── CLE2017.ROS
│ ├── COL2017.ROS
│ ├── DET2017.ROS
│ ├── HOU2017.ROS
│ ├── KCA2017.ROS
│ ├── LAN2017.ROS
│ ├── MIA2017.ROS
│ ├── MIL2017.ROS
│ ├── MIN2017.ROS
│ ├── NYA2017.ROS
│ ├── NYN2017.ROS
│ ├── OAK2017.ROS
│ ├── PHI2017.ROS
│ ├── PIT2017.ROS
│ ├── README.md
│ ├── SDN2017.ROS
│ ├── SEA2017.ROS
│ ├── SFN2017.ROS
│ ├── SLN2017.ROS
│ ├── TBA2017.ROS
│ ├── TEAM2017
│ ├── TEX2017.ROS
│ ├── TOR2017.ROS
│ └── WAS2017.ROS
├── id_to_name.pig
└── total_counts.pig
├── demonetization_analysis
├── AFINN.txt
├── README.md
├── demonetization-tweets.csv
├── demonotetization_analysis.pig
├── negative_tweets
└── positive_tweets
└── titanic_data_analysis
├── README.md
├── TitanicData.txt
├── titanic_avg_age_report.pig
└── titanic_pclass_report.pig
/.gitignore:
--------------------------------------------------------------------------------
1 | # Compiled class file
2 | *.class
3 |
4 | # Log file
5 | *.log
6 |
7 | # BlueJ files
8 | *.ctxt
9 |
10 | # Mobile Tools for Java (J2ME)
11 | .mtj.tmp/
12 |
13 | # Package Files #
14 | *.jar
15 | *.war
16 | *.ear
17 | *.zip
18 | *.tar.gz
19 | *.rar
20 |
21 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
22 | hs_err_pid*
23 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | GNU GENERAL PUBLIC LICENSE
2 | Version 3, 29 June 2007
3 |
4 | Copyright (C) 2007 Free Software Foundation, Inc.
5 | Everyone is permitted to copy and distribute verbatim copies
6 | of this license document, but changing it is not allowed.
7 |
8 | Preamble
9 |
10 | The GNU General Public License is a free, copyleft license for
11 | software and other kinds of works.
12 |
13 | The licenses for most software and other practical works are designed
14 | to take away your freedom to share and change the works. By contrast,
15 | the GNU General Public License is intended to guarantee your freedom to
16 | share and change all versions of a program--to make sure it remains free
17 | software for all its users. We, the Free Software Foundation, use the
18 | GNU General Public License for most of our software; it applies also to
19 | any other work released this way by its authors. You can apply it to
20 | your programs, too.
21 |
22 | When we speak of free software, we are referring to freedom, not
23 | price. Our General Public Licenses are designed to make sure that you
24 | have the freedom to distribute copies of free software (and charge for
25 | them if you wish), that you receive source code or can get it if you
26 | want it, that you can change the software or use pieces of it in new
27 | free programs, and that you know you can do these things.
28 |
29 | To protect your rights, we need to prevent others from denying you
30 | these rights or asking you to surrender the rights. Therefore, you have
31 | certain responsibilities if you distribute copies of the software, or if
32 | you modify it: responsibilities to respect the freedom of others.
33 |
34 | For example, if you distribute copies of such a program, whether
35 | gratis or for a fee, you must pass on to the recipients the same
36 | freedoms that you received. You must make sure that they, too, receive
37 | or can get the source code. And you must show them these terms so they
38 | know their rights.
39 |
40 | Developers that use the GNU GPL protect your rights with two steps:
41 | (1) assert copyright on the software, and (2) offer you this License
42 | giving you legal permission to copy, distribute and/or modify it.
43 |
44 | For the developers' and authors' protection, the GPL clearly explains
45 | that there is no warranty for this free software. For both users' and
46 | authors' sake, the GPL requires that modified versions be marked as
47 | changed, so that their problems will not be attributed erroneously to
48 | authors of previous versions.
49 |
50 | Some devices are designed to deny users access to install or run
51 | modified versions of the software inside them, although the manufacturer
52 | can do so. This is fundamentally incompatible with the aim of
53 | protecting users' freedom to change the software. The systematic
54 | pattern of such abuse occurs in the area of products for individuals to
55 | use, which is precisely where it is most unacceptable. Therefore, we
56 | have designed this version of the GPL to prohibit the practice for those
57 | products. If such problems arise substantially in other domains, we
58 | stand ready to extend this provision to those domains in future versions
59 | of the GPL, as needed to protect the freedom of users.
60 |
61 | Finally, every program is threatened constantly by software patents.
62 | States should not allow patents to restrict development and use of
63 | software on general-purpose computers, but in those that do, we wish to
64 | avoid the special danger that patents applied to a free program could
65 | make it effectively proprietary. To prevent this, the GPL assures that
66 | patents cannot be used to render the program non-free.
67 |
68 | The precise terms and conditions for copying, distribution and
69 | modification follow.
70 |
71 | TERMS AND CONDITIONS
72 |
73 | 0. Definitions.
74 |
75 | "This License" refers to version 3 of the GNU General Public License.
76 |
77 | "Copyright" also means copyright-like laws that apply to other kinds of
78 | works, such as semiconductor masks.
79 |
80 | "The Program" refers to any copyrightable work licensed under this
81 | License. Each licensee is addressed as "you". "Licensees" and
82 | "recipients" may be individuals or organizations.
83 |
84 | To "modify" a work means to copy from or adapt all or part of the work
85 | in a fashion requiring copyright permission, other than the making of an
86 | exact copy. The resulting work is called a "modified version" of the
87 | earlier work or a work "based on" the earlier work.
88 |
89 | A "covered work" means either the unmodified Program or a work based
90 | on the Program.
91 |
92 | To "propagate" a work means to do anything with it that, without
93 | permission, would make you directly or secondarily liable for
94 | infringement under applicable copyright law, except executing it on a
95 | computer or modifying a private copy. Propagation includes copying,
96 | distribution (with or without modification), making available to the
97 | public, and in some countries other activities as well.
98 |
99 | To "convey" a work means any kind of propagation that enables other
100 | parties to make or receive copies. Mere interaction with a user through
101 | a computer network, with no transfer of a copy, is not conveying.
102 |
103 | An interactive user interface displays "Appropriate Legal Notices"
104 | to the extent that it includes a convenient and prominently visible
105 | feature that (1) displays an appropriate copyright notice, and (2)
106 | tells the user that there is no warranty for the work (except to the
107 | extent that warranties are provided), that licensees may convey the
108 | work under this License, and how to view a copy of this License. If
109 | the interface presents a list of user commands or options, such as a
110 | menu, a prominent item in the list meets this criterion.
111 |
112 | 1. Source Code.
113 |
114 | The "source code" for a work means the preferred form of the work
115 | for making modifications to it. "Object code" means any non-source
116 | form of a work.
117 |
118 | A "Standard Interface" means an interface that either is an official
119 | standard defined by a recognized standards body, or, in the case of
120 | interfaces specified for a particular programming language, one that
121 | is widely used among developers working in that language.
122 |
123 | The "System Libraries" of an executable work include anything, other
124 | than the work as a whole, that (a) is included in the normal form of
125 | packaging a Major Component, but which is not part of that Major
126 | Component, and (b) serves only to enable use of the work with that
127 | Major Component, or to implement a Standard Interface for which an
128 | implementation is available to the public in source code form. A
129 | "Major Component", in this context, means a major essential component
130 | (kernel, window system, and so on) of the specific operating system
131 | (if any) on which the executable work runs, or a compiler used to
132 | produce the work, or an object code interpreter used to run it.
133 |
134 | The "Corresponding Source" for a work in object code form means all
135 | the source code needed to generate, install, and (for an executable
136 | work) run the object code and to modify the work, including scripts to
137 | control those activities. However, it does not include the work's
138 | System Libraries, or general-purpose tools or generally available free
139 | programs which are used unmodified in performing those activities but
140 | which are not part of the work. For example, Corresponding Source
141 | includes interface definition files associated with source files for
142 | the work, and the source code for shared libraries and dynamically
143 | linked subprograms that the work is specifically designed to require,
144 | such as by intimate data communication or control flow between those
145 | subprograms and other parts of the work.
146 |
147 | The Corresponding Source need not include anything that users
148 | can regenerate automatically from other parts of the Corresponding
149 | Source.
150 |
151 | The Corresponding Source for a work in source code form is that
152 | same work.
153 |
154 | 2. Basic Permissions.
155 |
156 | All rights granted under this License are granted for the term of
157 | copyright on the Program, and are irrevocable provided the stated
158 | conditions are met. This License explicitly affirms your unlimited
159 | permission to run the unmodified Program. The output from running a
160 | covered work is covered by this License only if the output, given its
161 | content, constitutes a covered work. This License acknowledges your
162 | rights of fair use or other equivalent, as provided by copyright law.
163 |
164 | You may make, run and propagate covered works that you do not
165 | convey, without conditions so long as your license otherwise remains
166 | in force. You may convey covered works to others for the sole purpose
167 | of having them make modifications exclusively for you, or provide you
168 | with facilities for running those works, provided that you comply with
169 | the terms of this License in conveying all material for which you do
170 | not control copyright. Those thus making or running the covered works
171 | for you must do so exclusively on your behalf, under your direction
172 | and control, on terms that prohibit them from making any copies of
173 | your copyrighted material outside their relationship with you.
174 |
175 | Conveying under any other circumstances is permitted solely under
176 | the conditions stated below. Sublicensing is not allowed; section 10
177 | makes it unnecessary.
178 |
179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180 |
181 | No covered work shall be deemed part of an effective technological
182 | measure under any applicable law fulfilling obligations under article
183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184 | similar laws prohibiting or restricting circumvention of such
185 | measures.
186 |
187 | When you convey a covered work, you waive any legal power to forbid
188 | circumvention of technological measures to the extent such circumvention
189 | is effected by exercising rights under this License with respect to
190 | the covered work, and you disclaim any intention to limit operation or
191 | modification of the work as a means of enforcing, against the work's
192 | users, your or third parties' legal rights to forbid circumvention of
193 | technological measures.
194 |
195 | 4. Conveying Verbatim Copies.
196 |
197 | You may convey verbatim copies of the Program's source code as you
198 | receive it, in any medium, provided that you conspicuously and
199 | appropriately publish on each copy an appropriate copyright notice;
200 | keep intact all notices stating that this License and any
201 | non-permissive terms added in accord with section 7 apply to the code;
202 | keep intact all notices of the absence of any warranty; and give all
203 | recipients a copy of this License along with the Program.
204 |
205 | You may charge any price or no price for each copy that you convey,
206 | and you may offer support or warranty protection for a fee.
207 |
208 | 5. Conveying Modified Source Versions.
209 |
210 | You may convey a work based on the Program, or the modifications to
211 | produce it from the Program, in the form of source code under the
212 | terms of section 4, provided that you also meet all of these conditions:
213 |
214 | a) The work must carry prominent notices stating that you modified
215 | it, and giving a relevant date.
216 |
217 | b) The work must carry prominent notices stating that it is
218 | released under this License and any conditions added under section
219 | 7. This requirement modifies the requirement in section 4 to
220 | "keep intact all notices".
221 |
222 | c) You must license the entire work, as a whole, under this
223 | License to anyone who comes into possession of a copy. This
224 | License will therefore apply, along with any applicable section 7
225 | additional terms, to the whole of the work, and all its parts,
226 | regardless of how they are packaged. This License gives no
227 | permission to license the work in any other way, but it does not
228 | invalidate such permission if you have separately received it.
229 |
230 | d) If the work has interactive user interfaces, each must display
231 | Appropriate Legal Notices; however, if the Program has interactive
232 | interfaces that do not display Appropriate Legal Notices, your
233 | work need not make them do so.
234 |
235 | A compilation of a covered work with other separate and independent
236 | works, which are not by their nature extensions of the covered work,
237 | and which are not combined with it such as to form a larger program,
238 | in or on a volume of a storage or distribution medium, is called an
239 | "aggregate" if the compilation and its resulting copyright are not
240 | used to limit the access or legal rights of the compilation's users
241 | beyond what the individual works permit. Inclusion of a covered work
242 | in an aggregate does not cause this License to apply to the other
243 | parts of the aggregate.
244 |
245 | 6. Conveying Non-Source Forms.
246 |
247 | You may convey a covered work in object code form under the terms
248 | of sections 4 and 5, provided that you also convey the
249 | machine-readable Corresponding Source under the terms of this License,
250 | in one of these ways:
251 |
252 | a) Convey the object code in, or embodied in, a physical product
253 | (including a physical distribution medium), accompanied by the
254 | Corresponding Source fixed on a durable physical medium
255 | customarily used for software interchange.
256 |
257 | b) Convey the object code in, or embodied in, a physical product
258 | (including a physical distribution medium), accompanied by a
259 | written offer, valid for at least three years and valid for as
260 | long as you offer spare parts or customer support for that product
261 | model, to give anyone who possesses the object code either (1) a
262 | copy of the Corresponding Source for all the software in the
263 | product that is covered by this License, on a durable physical
264 | medium customarily used for software interchange, for a price no
265 | more than your reasonable cost of physically performing this
266 | conveying of source, or (2) access to copy the
267 | Corresponding Source from a network server at no charge.
268 |
269 | c) Convey individual copies of the object code with a copy of the
270 | written offer to provide the Corresponding Source. This
271 | alternative is allowed only occasionally and noncommercially, and
272 | only if you received the object code with such an offer, in accord
273 | with subsection 6b.
274 |
275 | d) Convey the object code by offering access from a designated
276 | place (gratis or for a charge), and offer equivalent access to the
277 | Corresponding Source in the same way through the same place at no
278 | further charge. You need not require recipients to copy the
279 | Corresponding Source along with the object code. If the place to
280 | copy the object code is a network server, the Corresponding Source
281 | may be on a different server (operated by you or a third party)
282 | that supports equivalent copying facilities, provided you maintain
283 | clear directions next to the object code saying where to find the
284 | Corresponding Source. Regardless of what server hosts the
285 | Corresponding Source, you remain obligated to ensure that it is
286 | available for as long as needed to satisfy these requirements.
287 |
288 | e) Convey the object code using peer-to-peer transmission, provided
289 | you inform other peers where the object code and Corresponding
290 | Source of the work are being offered to the general public at no
291 | charge under subsection 6d.
292 |
293 | A separable portion of the object code, whose source code is excluded
294 | from the Corresponding Source as a System Library, need not be
295 | included in conveying the object code work.
296 |
297 | A "User Product" is either (1) a "consumer product", which means any
298 | tangible personal property which is normally used for personal, family,
299 | or household purposes, or (2) anything designed or sold for incorporation
300 | into a dwelling. In determining whether a product is a consumer product,
301 | doubtful cases shall be resolved in favor of coverage. For a particular
302 | product received by a particular user, "normally used" refers to a
303 | typical or common use of that class of product, regardless of the status
304 | of the particular user or of the way in which the particular user
305 | actually uses, or expects or is expected to use, the product. A product
306 | is a consumer product regardless of whether the product has substantial
307 | commercial, industrial or non-consumer uses, unless such uses represent
308 | the only significant mode of use of the product.
309 |
310 | "Installation Information" for a User Product means any methods,
311 | procedures, authorization keys, or other information required to install
312 | and execute modified versions of a covered work in that User Product from
313 | a modified version of its Corresponding Source. The information must
314 | suffice to ensure that the continued functioning of the modified object
315 | code is in no case prevented or interfered with solely because
316 | modification has been made.
317 |
318 | If you convey an object code work under this section in, or with, or
319 | specifically for use in, a User Product, and the conveying occurs as
320 | part of a transaction in which the right of possession and use of the
321 | User Product is transferred to the recipient in perpetuity or for a
322 | fixed term (regardless of how the transaction is characterized), the
323 | Corresponding Source conveyed under this section must be accompanied
324 | by the Installation Information. But this requirement does not apply
325 | if neither you nor any third party retains the ability to install
326 | modified object code on the User Product (for example, the work has
327 | been installed in ROM).
328 |
329 | The requirement to provide Installation Information does not include a
330 | requirement to continue to provide support service, warranty, or updates
331 | for a work that has been modified or installed by the recipient, or for
332 | the User Product in which it has been modified or installed. Access to a
333 | network may be denied when the modification itself materially and
334 | adversely affects the operation of the network or violates the rules and
335 | protocols for communication across the network.
336 |
337 | Corresponding Source conveyed, and Installation Information provided,
338 | in accord with this section must be in a format that is publicly
339 | documented (and with an implementation available to the public in
340 | source code form), and must require no special password or key for
341 | unpacking, reading or copying.
342 |
343 | 7. Additional Terms.
344 |
345 | "Additional permissions" are terms that supplement the terms of this
346 | License by making exceptions from one or more of its conditions.
347 | Additional permissions that are applicable to the entire Program shall
348 | be treated as though they were included in this License, to the extent
349 | that they are valid under applicable law. If additional permissions
350 | apply only to part of the Program, that part may be used separately
351 | under those permissions, but the entire Program remains governed by
352 | this License without regard to the additional permissions.
353 |
354 | When you convey a copy of a covered work, you may at your option
355 | remove any additional permissions from that copy, or from any part of
356 | it. (Additional permissions may be written to require their own
357 | removal in certain cases when you modify the work.) You may place
358 | additional permissions on material, added by you to a covered work,
359 | for which you have or can give appropriate copyright permission.
360 |
361 | Notwithstanding any other provision of this License, for material you
362 | add to a covered work, you may (if authorized by the copyright holders of
363 | that material) supplement the terms of this License with terms:
364 |
365 | a) Disclaiming warranty or limiting liability differently from the
366 | terms of sections 15 and 16 of this License; or
367 |
368 | b) Requiring preservation of specified reasonable legal notices or
369 | author attributions in that material or in the Appropriate Legal
370 | Notices displayed by works containing it; or
371 |
372 | c) Prohibiting misrepresentation of the origin of that material, or
373 | requiring that modified versions of such material be marked in
374 | reasonable ways as different from the original version; or
375 |
376 | d) Limiting the use for publicity purposes of names of licensors or
377 | authors of the material; or
378 |
379 | e) Declining to grant rights under trademark law for use of some
380 | trade names, trademarks, or service marks; or
381 |
382 | f) Requiring indemnification of licensors and authors of that
383 | material by anyone who conveys the material (or modified versions of
384 | it) with contractual assumptions of liability to the recipient, for
385 | any liability that these contractual assumptions directly impose on
386 | those licensors and authors.
387 |
388 | All other non-permissive additional terms are considered "further
389 | restrictions" within the meaning of section 10. If the Program as you
390 | received it, or any part of it, contains a notice stating that it is
391 | governed by this License along with a term that is a further
392 | restriction, you may remove that term. If a license document contains
393 | a further restriction but permits relicensing or conveying under this
394 | License, you may add to a covered work material governed by the terms
395 | of that license document, provided that the further restriction does
396 | not survive such relicensing or conveying.
397 |
398 | If you add terms to a covered work in accord with this section, you
399 | must place, in the relevant source files, a statement of the
400 | additional terms that apply to those files, or a notice indicating
401 | where to find the applicable terms.
402 |
403 | Additional terms, permissive or non-permissive, may be stated in the
404 | form of a separately written license, or stated as exceptions;
405 | the above requirements apply either way.
406 |
407 | 8. Termination.
408 |
409 | You may not propagate or modify a covered work except as expressly
410 | provided under this License. Any attempt otherwise to propagate or
411 | modify it is void, and will automatically terminate your rights under
412 | this License (including any patent licenses granted under the third
413 | paragraph of section 11).
414 |
415 | However, if you cease all violation of this License, then your
416 | license from a particular copyright holder is reinstated (a)
417 | provisionally, unless and until the copyright holder explicitly and
418 | finally terminates your license, and (b) permanently, if the copyright
419 | holder fails to notify you of the violation by some reasonable means
420 | prior to 60 days after the cessation.
421 |
422 | Moreover, your license from a particular copyright holder is
423 | reinstated permanently if the copyright holder notifies you of the
424 | violation by some reasonable means, this is the first time you have
425 | received notice of violation of this License (for any work) from that
426 | copyright holder, and you cure the violation prior to 30 days after
427 | your receipt of the notice.
428 |
429 | Termination of your rights under this section does not terminate the
430 | licenses of parties who have received copies or rights from you under
431 | this License. If your rights have been terminated and not permanently
432 | reinstated, you do not qualify to receive new licenses for the same
433 | material under section 10.
434 |
435 | 9. Acceptance Not Required for Having Copies.
436 |
437 | You are not required to accept this License in order to receive or
438 | run a copy of the Program. Ancillary propagation of a covered work
439 | occurring solely as a consequence of using peer-to-peer transmission
440 | to receive a copy likewise does not require acceptance. However,
441 | nothing other than this License grants you permission to propagate or
442 | modify any covered work. These actions infringe copyright if you do
443 | not accept this License. Therefore, by modifying or propagating a
444 | covered work, you indicate your acceptance of this License to do so.
445 |
446 | 10. Automatic Licensing of Downstream Recipients.
447 |
448 | Each time you convey a covered work, the recipient automatically
449 | receives a license from the original licensors, to run, modify and
450 | propagate that work, subject to this License. You are not responsible
451 | for enforcing compliance by third parties with this License.
452 |
453 | An "entity transaction" is a transaction transferring control of an
454 | organization, or substantially all assets of one, or subdividing an
455 | organization, or merging organizations. If propagation of a covered
456 | work results from an entity transaction, each party to that
457 | transaction who receives a copy of the work also receives whatever
458 | licenses to the work the party's predecessor in interest had or could
459 | give under the previous paragraph, plus a right to possession of the
460 | Corresponding Source of the work from the predecessor in interest, if
461 | the predecessor has it or can get it with reasonable efforts.
462 |
463 | You may not impose any further restrictions on the exercise of the
464 | rights granted or affirmed under this License. For example, you may
465 | not impose a license fee, royalty, or other charge for exercise of
466 | rights granted under this License, and you may not initiate litigation
467 | (including a cross-claim or counterclaim in a lawsuit) alleging that
468 | any patent claim is infringed by making, using, selling, offering for
469 | sale, or importing the Program or any portion of it.
470 |
471 | 11. Patents.
472 |
473 | A "contributor" is a copyright holder who authorizes use under this
474 | License of the Program or a work on which the Program is based. The
475 | work thus licensed is called the contributor's "contributor version".
476 |
477 | A contributor's "essential patent claims" are all patent claims
478 | owned or controlled by the contributor, whether already acquired or
479 | hereafter acquired, that would be infringed by some manner, permitted
480 | by this License, of making, using, or selling its contributor version,
481 | but do not include claims that would be infringed only as a
482 | consequence of further modification of the contributor version. For
483 | purposes of this definition, "control" includes the right to grant
484 | patent sublicenses in a manner consistent with the requirements of
485 | this License.
486 |
487 | Each contributor grants you a non-exclusive, worldwide, royalty-free
488 | patent license under the contributor's essential patent claims, to
489 | make, use, sell, offer for sale, import and otherwise run, modify and
490 | propagate the contents of its contributor version.
491 |
492 | In the following three paragraphs, a "patent license" is any express
493 | agreement or commitment, however denominated, not to enforce a patent
494 | (such as an express permission to practice a patent or covenant not to
495 | sue for patent infringement). To "grant" such a patent license to a
496 | party means to make such an agreement or commitment not to enforce a
497 | patent against the party.
498 |
499 | If you convey a covered work, knowingly relying on a patent license,
500 | and the Corresponding Source of the work is not available for anyone
501 | to copy, free of charge and under the terms of this License, through a
502 | publicly available network server or other readily accessible means,
503 | then you must either (1) cause the Corresponding Source to be so
504 | available, or (2) arrange to deprive yourself of the benefit of the
505 | patent license for this particular work, or (3) arrange, in a manner
506 | consistent with the requirements of this License, to extend the patent
507 | license to downstream recipients. "Knowingly relying" means you have
508 | actual knowledge that, but for the patent license, your conveying the
509 | covered work in a country, or your recipient's use of the covered work
510 | in a country, would infringe one or more identifiable patents in that
511 | country that you have reason to believe are valid.
512 |
513 | If, pursuant to or in connection with a single transaction or
514 | arrangement, you convey, or propagate by procuring conveyance of, a
515 | covered work, and grant a patent license to some of the parties
516 | receiving the covered work authorizing them to use, propagate, modify
517 | or convey a specific copy of the covered work, then the patent license
518 | you grant is automatically extended to all recipients of the covered
519 | work and works based on it.
520 |
521 | A patent license is "discriminatory" if it does not include within
522 | the scope of its coverage, prohibits the exercise of, or is
523 | conditioned on the non-exercise of one or more of the rights that are
524 | specifically granted under this License. You may not convey a covered
525 | work if you are a party to an arrangement with a third party that is
526 | in the business of distributing software, under which you make payment
527 | to the third party based on the extent of your activity of conveying
528 | the work, and under which the third party grants, to any of the
529 | parties who would receive the covered work from you, a discriminatory
530 | patent license (a) in connection with copies of the covered work
531 | conveyed by you (or copies made from those copies), or (b) primarily
532 | for and in connection with specific products or compilations that
533 | contain the covered work, unless you entered into that arrangement,
534 | or that patent license was granted, prior to 28 March 2007.
535 |
536 | Nothing in this License shall be construed as excluding or limiting
537 | any implied license or other defenses to infringement that may
538 | otherwise be available to you under applicable patent law.
539 |
540 | 12. No Surrender of Others' Freedom.
541 |
542 | If conditions are imposed on you (whether by court order, agreement or
543 | otherwise) that contradict the conditions of this License, they do not
544 | excuse you from the conditions of this License. If you cannot convey a
545 | covered work so as to satisfy simultaneously your obligations under this
546 | License and any other pertinent obligations, then as a consequence you may
547 | not convey it at all. For example, if you agree to terms that obligate you
548 | to collect a royalty for further conveying from those to whom you convey
549 | the Program, the only way you could satisfy both those terms and this
550 | License would be to refrain entirely from conveying the Program.
551 |
552 | 13. Use with the GNU Affero General Public License.
553 |
554 | Notwithstanding any other provision of this License, you have
555 | permission to link or combine any covered work with a work licensed
556 | under version 3 of the GNU Affero General Public License into a single
557 | combined work, and to convey the resulting work. The terms of this
558 | License will continue to apply to the part which is the covered work,
559 | but the special requirements of the GNU Affero General Public License,
560 | section 13, concerning interaction through a network will apply to the
561 | combination as such.
562 |
563 | 14. Revised Versions of this License.
564 |
565 | The Free Software Foundation may publish revised and/or new versions of
566 | the GNU General Public License from time to time. Such new versions will
567 | be similar in spirit to the present version, but may differ in detail to
568 | address new problems or concerns.
569 |
570 | Each version is given a distinguishing version number. If the
571 | Program specifies that a certain numbered version of the GNU General
572 | Public License "or any later version" applies to it, you have the
573 | option of following the terms and conditions either of that numbered
574 | version or of any later version published by the Free Software
575 | Foundation. If the Program does not specify a version number of the
576 | GNU General Public License, you may choose any version ever published
577 | by the Free Software Foundation.
578 |
579 | If the Program specifies that a proxy can decide which future
580 | versions of the GNU General Public License can be used, that proxy's
581 | public statement of acceptance of a version permanently authorizes you
582 | to choose that version for the Program.
583 |
584 | Later license versions may give you additional or different
585 | permissions. However, no additional obligations are imposed on any
586 | author or copyright holder as a result of your choosing to follow a
587 | later version.
588 |
589 | 15. Disclaimer of Warranty.
590 |
591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599 |
600 | 16. Limitation of Liability.
601 |
602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610 | SUCH DAMAGES.
611 |
612 | 17. Interpretation of Sections 15 and 16.
613 |
614 | If the disclaimer of warranty and limitation of liability provided
615 | above cannot be given local legal effect according to their terms,
616 | reviewing courts shall apply local law that most closely approximates
617 | an absolute waiver of all civil liability in connection with the
618 | Program, unless a warranty or assumption of liability accompanies a
619 | copy of the Program in return for a fee.
620 |
621 | END OF TERMS AND CONDITIONS
622 |
623 | How to Apply These Terms to Your New Programs
624 |
625 | If you develop a new program, and you want it to be of the greatest
626 | possible use to the public, the best way to achieve this is to make it
627 | free software which everyone can redistribute and change under these terms.
628 |
629 | To do so, attach the following notices to the program. It is safest
630 | to attach them to the start of each source file to most effectively
631 | state the exclusion of warranty; and each file should have at least
632 | the "copyright" line and a pointer to where the full notice is found.
633 |
634 |
635 | Copyright (C)
636 |
637 | This program is free software: you can redistribute it and/or modify
638 | it under the terms of the GNU General Public License as published by
639 | the Free Software Foundation, either version 3 of the License, or
640 | (at your option) any later version.
641 |
642 | This program is distributed in the hope that it will be useful,
643 | but WITHOUT ANY WARRANTY; without even the implied warranty of
644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645 | GNU General Public License for more details.
646 |
647 | You should have received a copy of the GNU General Public License
648 | along with this program. If not, see .
649 |
650 | Also add information on how to contact you by electronic and paper mail.
651 |
652 | If the program does terminal interaction, make it output a short
653 | notice like this when it starts in an interactive mode:
654 |
655 | Copyright (C)
656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657 | This is free software, and you are welcome to redistribute it
658 | under certain conditions; type `show c' for details.
659 |
660 | The hypothetical commands `show w' and `show c' should show the appropriate
661 | parts of the General Public License. Of course, your program's commands
662 | might be different; for a GUI interface, you would use an "about box".
663 |
664 | You should also get your employer (if you work as a programmer) or school,
665 | if any, to sign a "copyright disclaimer" for the program, if necessary.
666 | For more information on this, and how to apply and follow the GNU GPL, see
667 | .
668 |
669 | The GNU General Public License does not permit incorporating your program
670 | into proprietary programs. If your program is a subroutine library, you
671 | may consider it more useful to permit linking proprietary applications with
672 | the library. If this is what you want to do, use the GNU Lesser General
673 | Public License instead of this License. But first, please read
674 | .
675 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Big_DataHadoop_Projects
2 | Big data projects implemented by Maniram yadav
3 |
--------------------------------------------------------------------------------
/basketball_match_analysis/README.md:
--------------------------------------------------------------------------------
1 | In this post, we'll tackle one of the challenges of learning Hadoop, and that's finding data sets that are realistic yet large enough to show the advantages of distributed processing, but small enough for a single developer to tackle. The data set we're using in this tutorial is play-by-play baseball statistics, available free of charge from Retrosheet. The data is available by year, and includes detailed descriptions of games, plays, and players. This data is especially well-suited for our purposes, because a great deal of it is hand-encoded, so there are errors and malformed records that we need to handle.
2 |
3 |
4 | Each year contains several types of files: Team files, Roster files, and Event files. Team files contain a listing of teams playing each year. Each team listing contains a 3-letter designator that is used to reference that team in all other files. Roster files contain a listing of players for each team, and are named with the 3-letter designator for each team and the year, followed by a .ROS extension. Event files are designated by a .EVA, .EVN, or .EVE extension, depending on whether they are for American League teams (.EVA), National League teams (.EVN), or for post-season games (.EVE). Each event file contains the home games for a single team for a single year. The filename consists of the year included and the 3-letter designator for the home team.
5 |
6 |
7 |
8 | **The data is available in gamedata directory.**
9 |
10 |
11 | Since we have comma-delimited, newline-terminated records, we can use Pig’s built-in PigStorage class to get some more in-depth information about our data set. Let’s start with a few basic questions:
12 |
13 |
14 | * **How many games are represented?**
15 |
16 | * **How many records do we have total?**
17 | * **What is the relationship between player IDs and player names?**
18 |
19 |
20 | From the given data set, we know that each game record starts with an id line like the one shown above. We can write a simple pig script to filter out those records and count them:
21 |
22 |
23 | For solving the above given problem I am going to use pig script. Whole pig script query have been written caring about HDFS datastoreage.
24 | So for running the pig script query firstly you have to store the whole data on HDFS.
25 |
26 | **Store Data On HDFS**
27 |
28 | ```
29 | $ hadoop fs -mkdir /gamedata
30 | $ hadoop fs -copyFromLocal /home/maniram/data/* /gamedata
31 |
32 | ```
33 |
34 | Now you can count the number of match played by running pig script file
35 |
36 | **Command to run total_counts.pig script file**
37 |
38 | ```
39 |
40 | $ pig -x mapreduce '/home/maniram/total_counts.pig'
41 |
42 | -- replace maniram with user name of your OS in above line
43 |
44 | ```
45 |
46 | Now you can extraxt information of each and player and you can find inter relation between them using following command
47 |
48 | **Command to run id_to_name.pig script file**
49 |
50 | ```
51 |
52 | $ pig -x mapreduce '/home/maniram/id_to_name.pig'
53 | -- replace maniram with user name of your OS in above line
54 |
55 | ```
56 |
57 |
58 | Now all the data have been saved in HDFS. You can acess these data by using hive in the tabular format. And by this way you can find relation between id and players name.
59 |
60 | For linking player_id file of HDFS to your hive you have to create **External Hive table** by giving location to these file in HDFS.
61 | You have to execute this query in hive shell
62 |
63 | ```
64 | $ hive
65 |
66 | hive> REATE EXTERNAL TABLE players(id STRING, name string) ROW FORMAT DELIMITED FIELDS TERMINATED BY ','
67 | LINES TERMINATED BY '\n' LOCATION '/gamedata/id_player_mapping/';
68 |
69 | -- you can maintaing LOCATION value according to your HDFS file location in above script.
70 |
71 | ```
72 |
73 | Now run the following hive query which will show whole relation between id and player.
74 |
75 | ```
76 |
77 | hive> select * from players;
78 | ```
79 |
80 | So finally all the tree question mentioned above on the top of this file have been answered.
81 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/ANA2017.ROS:
--------------------------------------------------------------------------------
1 | alvaj003,Alvarez,Jose,L,L,ANA,P
2 | baila001,Bailey,Andrew,R,R,ANA,P
3 | bedrc001,Bedrosian,Cam,R,R,ANA,P
4 | bridp001,Bridwell,Parker,R,R,ANA,P
5 | calhk001,Calhoun,Kole,L,L,ANA,OF
6 | chavj001,Chavez,Jesse,R,R,ANA,P
7 | cowak001,Cowart,Kaleb,B,R,ANA,3B
8 | cronc002,Cron,C.J.,R,R,ANA,1B
9 | escoy001,Escobar,Yunel,R,R,ANA,3B
10 | espid001,Espinosa,Danny,B,R,ANA,2B
11 | florr003,Flores,Ramon,L,L,ANA,OF
12 | fontn001,Fontana,Nolan,L,R,ANA,SS
13 | frann001,Franklin,Nick,B,R,ANA,2B
14 | gratj001,Graterol,Juan,R,R,ANA,C
15 | guerd001,Guerra,Deolis,R,R,ANA,P
16 | gurkj001,Gurka,Jason,L,L,ANA,P
17 | heana001,Heaney,Andrew,L,L,ANA,P
18 | hernd002,Hernandez,David,R,R,ANA,P
19 | magnd001,Magnifico,Damien,R,R,ANA,P
20 | maldm001,Maldonado,Martin,R,R,ANA,C
21 | martj007,Marte,Jefry,R,R,ANA,1B
22 | maybc001,Maybin,Cameron,R,R,ANA,OF
23 | meyea001,Meyer,Alex,R,R,ANA,P
24 | middk001,Middleton,Keynan,R,R,ANA,P
25 | morim002,Morin,Mike,R,R,ANA,P
26 | nolar001,Nolasco,Ricky,R,R,ANA,P
27 | norrb001,Norris,Bud,R,R,ANA,P
28 | paree001,Paredes,Eduardo,R,R,ANA,P
29 | parkb001,Parker,Blake,R,R,ANA,P
30 | pennc001,Pennington,Cliff,B,R,ANA,2B
31 | perec003,Perez,Carlos,R,R,ANA,C
32 | petiy001,Petit,Yusmeiro,R,R,ANA,P
33 | philb001,Phillips,Brandon,R,R,ANA,2B
34 | pounb001,Pounders,Brooks,R,R,ANA,P
35 | puelc001,Puello,Cesar,R,R,ANA,OF
36 | pujoa001,Pujols,Albert,R,R,ANA,1B
37 | ramij002,Ramirez,J.C.,R,R,ANA,P
38 | ramin002,Ramirez,Noe,R,R,ANA,P
39 | reveb001,Revere,Ben,L,R,ANA,OF
40 | richg002,Richards,Garrett,R,R,ANA,P
41 | robis001,Robinson,Shane,R,R,ANA,OF
42 | salaf001,Salas,Fernando,R,R,ANA,P
43 | scrit001,Scribner,Troy,R,R,ANA,P
44 | shoem001,Shoemaker,Matt,R,R,ANA,P
45 | simma001,Simmons,Andrelton,R,R,ANA,SS
46 | skagt001,Skaggs,Tyler,L,L,ANA,P
47 | streh001,Street,Huston,R,R,ANA,P
48 | troum001,Trout,Mike,R,R,ANA,OF
49 | uptoj001,Upton,Justin,R,R,ANA,OF
50 | valbl001,Valbuena,Luis,L,R,ANA,3B
51 | valdj003,Valdez,Jose,R,R,ANA,P
52 | woodb004,Wood,Blake,R,R,ANA,P
53 | wrigd003,Wright,Daniel,R,R,ANA,P
54 | yatek001,Yates,Kirby,L,R,ANA,P
55 | youne003,Young,Eric,B,R,ANA,OF
56 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/ARI2017.ROS:
--------------------------------------------------------------------------------
1 | ahmen001,Ahmed,Nick,R,R,ARI,SS
2 | banda001,Banda,Anthony,L,L,ARI,P
3 | barrj002,Barrett,Jake,R,R,ARI,P
4 | blang001,Blanco,Gregor,L,L,ARI,OF
5 | bracs001,Bracho,Silvino,R,R,ARI,P
6 | brada001,Bradley,Archie,R,R,ARI,P
7 | chafa001,Chafin,Andrew,R,L,ARI,P
8 | corbp001,Corbin,Patrick,L,L,ARI,P
9 | delaj001,de la Rosa,Jorge,L,L,ARI,P
10 | delar003,de la Rosa,Rubby,R,R,ARI,P
11 | delgr001,Delgado,Randall,R,R,ARI,P
12 | descd001,Descalso,Daniel,L,R,ARI,SS
13 | drurb001,Drury,Brandon,R,R,ARI,3B
14 | fuenr001,Fuentes,Reymond,L,L,ARI,OF
15 | godlz001,Godley,Zack,R,R,ARI,P
16 | goldp001,Goldschmidt,Paul,R,R,ARI,1B
17 | greiz001,Greinke,Zack,R,R,ARI,P
18 | hazej001,Hazelbaker,Jeremy,L,R,ARI,OF
19 | hernd002,Hernandez,David,R,R,ARI,P
20 | herrc001,Herrmann,Chris,L,R,ARI,C
21 | hoovj002,Hoover,J.J.,R,R,ARI,P
22 | iannc001,Iannetta,Chris,R,R,ARI,C
23 | kochm001,Koch,Matt,L,R,ARI,P
24 | lambj001,Lamb,Jake,L,R,ARI,3B
25 | martk001,Marte,Ketel,B,R,ARI,SS
26 | martj006,Martinez,J.D.,R,R,ARI,OF
27 | mathj001,Mathis,Jeff,R,R,ARI,C
28 | mcfat001,McFarland,T.J.,L,L,ARI,P
29 | mills001,Miller,Shelby,R,R,ARI,P
30 | murpj001,Murphy,John Ryan,R,R,ARI,C
31 | negrk001,Negron,Kristopher,R,R,ARI,OF
32 | owinc001,Owings,Chris,R,R,ARI,2B
33 | perad001,Peralta,David,L,L,ARI,OF
34 | polla001,Pollock,A.J.,R,R,ARI,OF
35 | ray-r002,Ray,Robbie,L,L,ARI,P
36 | reinj001,Reinheimer,Jack,R,R,ARI,SS
37 | rodnf001,Rodney,Fernando,R,R,ARI,P
38 | rosaa001,Rosales,Adam,R,R,ARI,1B
39 | sherj001,Sherfy,Jimmie,R,R,ARI,P
40 | shipb001,Shipley,Braden,R,R,ARI,P
41 | tomay001,Tomas,Yasmany,R,R,ARI,OF
42 | vargi001,Vargas,Ildemaro,B,R,ARI,2B
43 | walkc002,Walker,Christian,R,R,ARI,1B
44 | walkt004,Walker,Taijuan,R,R,ARI,P
45 | wilht001,Wilhelmsen,Tom,R,R,ARI,P
46 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/ATL2017.ROS:
--------------------------------------------------------------------------------
1 | adaml001,Adams,Lane,R,R,ATL,OF
2 | adamm002,Adams,Matt,L,R,ATL,1B
3 | albio001,Albies,Ozzie,B,R,ATL,2B
4 | blaia001,Blair,Aaron,R,R,ATL,P
5 | bonie001,Bonifacio,Emilio,B,R,ATL,2B
6 | brotr001,Brothers,Rex,L,L,ATL,P
7 | camaj001,Camargo,Johan,B,R,ATL,SS
8 | collj001,Collmenter,Josh,R,R,ATL,P
9 | colob001,Colon,Bartolo,R,R,ATL,P
10 | darnc001,d'Arnaud,Chase,R,R,ATL,SS
11 | dickr001,Dickey,R.A.,R,R,ATL,P
12 | flowt001,Flowers,Tyler,R,R,ATL,C
13 | foltm001,Foltynewicz,Mike,R,R,ATL,P
14 | freef001,Freeman,Freddie,L,R,ATL,1B
15 | frees001,Freeman,Sam,R,L,ATL,P
16 | freid001,Freitas,David,R,R,ATL,C
17 | friem001,Fried,Max,L,L,ATL,P
18 | garca004,Garcia,Adonis,R,R,ATL,3B
19 | garcj004,Garcia,Jaime,L,L,ATL,P
20 | gohal001,Gohara,Luiz,L,L,ATL,P
21 | hursj004,Hursh,Jason,R,R,ATL,P
22 | incie001,Inciarte,Ender,L,L,ATL,OF
23 | jackl001,Jackson,Luke,R,R,ATL,P
24 | johnj010,Johnson,Jim,R,R,ATL,P
25 | johnm006,Johnson,Micah,L,R,ATL,2B
26 | kempm001,Kemp,Matt,R,R,ATL,OF
27 | kroli001,Krol,Ian,L,L,ATL,P
28 | markn001,Markakis,Nick,L,L,ATL,OF
29 | minta001,Minter,A.J.,L,L,ATL,P
30 | morra001,Morris,Akeel,R,R,ATL,P
31 | mottj001,Motte,Jason,R,R,ATL,P
32 | newcs001,Newcomb,Sean,L,L,ATL,P
33 | oflae001,O'Flaherty,Eric,L,L,ATL,P
34 | petej002,Peterson,Jace,L,R,ATL,2B
35 | philb001,Phillips,Brandon,R,R,ATL,2B
36 | ramij004,Ramirez,Jose,R,R,ATL,P
37 | recka001,Recker,Anthony,R,R,ATL,C
38 | rodrs002,Rodriguez,Sean,R,R,ATL,1B
39 | roe-c001,Roe,Chaz,R,R,ATL,P
40 | ruizr002,Ruiz,Rio,L,R,ATL,3B
41 | sanct001,Sanchez,Tony,R,R,ATL,C
42 | santd001,Santana,Danny,B,R,ATL,OF
43 | simsl001,Sims,Lucas,R,R,ATL,P
44 | suzuk001,Suzuki,Kurt,R,R,ATL,C
45 | swand001,Swanson,Dansby,R,R,ATL,SS
46 | tehej001,Teheran,Julio,R,R,ATL,P
47 | vizca001,Vizcaino,Arodys,R,R,ATL,P
48 | winkd001,Winkler,Daniel,R,R,ATL,P
49 | wislm001,Wisler,Matt,R,R,ATL,P
50 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/BAL2017.ROS:
--------------------------------------------------------------------------------
1 | aquij001,Aquino,Jayson,L,L,BAL,P
2 | alvap001,Alvarez,Pedro,L,R,BAL,1B
3 | ashea001,Asher,Alec,R,R,BAL,P
4 | beckt001,Beckham,Tim,R,R,BAL,2B
5 | bleir001,Bleier,Richard,L,L,BAL,P
6 | bracb001,Brach,Brad,R,R,BAL,P
7 | britz001,Britton,Zach,L,L,BAL,P
8 | bundd001,Bundy,Dylan,B,R,BAL,P
9 | castw002,Castillo,Welington,R,R,BAL,C
10 | castm002,Castro,Miguel,R,R,BAL,P
11 | crics001,Crichton,Stefan,R,R,BAL,P
12 | davic003,Davis,Chris,L,R,BAL,1B
13 | drako001,Drake,Oliver,R,R,BAL,P
14 | flahr001,Flaherty,Ryan,L,R,BAL,2B
15 | gausk001,Gausman,Kevin,L,R,BAL,P
16 | gentc001,Gentry,Craig,R,R,BAL,OF
17 | giavj001,Giavotella,Johnny,R,R,BAL,2B
18 | givem001,Givens,Mychal,R,R,BAL,P
19 | hardj003,Hardy,J.J.,R,R,BAL,SS
20 | hartd002,Hart,Donnie,L,L,BAL,P
21 | haysa001,Hays,Austin,R,R,BAL,OF
22 | hellj001,Hellickson,Jeremy,R,R,BAL,P
23 | jacke001,Jackson,Edwin,R,R,BAL,P
24 | janip001,Janish,Paul,R,R,BAL,SS
25 | jimeu001,Jimenez,Ubaldo,R,R,BAL,P
26 | josec002,Joseph,Caleb,R,R,BAL,C
27 | jonea003,Jones,Adam,R,R,BAL,OF
28 | kim-h001,Kim,Hyun Soo,L,R,BAL,OF
29 | machm001,Machado,Manny,R,R,BAL,3B
30 | manct001,Mancini,Trey,R,R,BAL,1B
31 | milew001,Miley,Wade,L,L,BAL,P
32 | nunov001,Nuno,Vidal,L,L,BAL,P
33 | odayd001,O'Day,Darren,R,R,BAL,P
34 | penaf001,Pena,Francisco,R,R,BAL,C
35 | rickj001,Rickard,Joey,R,L,BAL,OF
36 | rodrr008,Rodriguez,Richard,R,R,BAL,P
37 | santa003,Santander,Anthony,B,R,BAL,OF
38 | schoj001,Schoop,Jonathan,R,R,BAL,2B
39 | scott003,Scott,Tanner,R,L,BAL,P
40 | siscc001,Sisco,Chance,L,R,BAL,C
41 | smits002,Smith,Seth,L,L,BAL,OF
42 | tejar001,Tejada,Ruben,R,R,BAL,SS
43 | tillc001,Tillman,Chris,R,R,BAL,P
44 | trumm001,Trumbo,Mark,R,R,BAL,OF
45 | verrl001,Verrett,Logan,R,R,BAL,P
46 | washd001,Washington,David,L,L,BAL,1B
47 | wilst004,Wilson,Tyler,R,R,BAL,P
48 | wrigm001,Wright,Mike,R,R,BAL,P
49 | yacaj001,Yacabonis,Jimmy,R,R,BAL,P
50 | ynoag001,Ynoa,Gabriel,R,R,BAL,P
51 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/BOS2017.ROS:
--------------------------------------------------------------------------------
1 | abadf001,Abad,Fernando,L,L,BOS,P
2 | barnm001,Barnes,Matt,R,R,BOS,P
3 | benia002,Benintendi,Andrew,L,L,BOS,LF
4 | bettm001,Betts,Mookie,R,R,BOS,OF
5 | bogax001,Bogaerts,Xander,R,R,BOS,SS
6 | boyeb001,Boyer,Blaine,R,R,BOS,P
7 | bradj001,Bradley,Jackie,L,R,BOS,OF
8 | darnc001,d'Arnaud,Chase,R,R,BOS,SS
9 | davir003,Davis,Rajai,R,R,BOS,OF
10 | dever001,Devers,Rafael,L,R,BOS,3B
11 | eliar001,Elias,Roenis,L,L,BOS,P
12 | fistd001,Fister,Doug,L,R,BOS,P
13 | hembh001,Hembree,Heath,R,R,BOS,P
14 | hernm003,Hernandez,Marco,L,R,BOS,SS
15 | holtb002,Holt,Brock,L,R,BOS,OF
16 | johnb004,Johnson,Brian,L,L,BOS,P
17 | kellj001,Kelly,Joe,R,R,BOS,P
18 | kendk001,Kendrick,Kyle,R,R,BOS,P
19 | kimbc001,Kimbrel,Craig,R,R,BOS,P
20 | leons001,Leon,Sandy,B,R,BOS,C
21 | lin-t001,Lin,Tzu-Wei,L,R,BOS,SS
22 | madda001,Maddox,Austin,R,R,BOS,P
23 | marrd001,Marrero,Deven,R,R,BOS,3B
24 | martk003,Martin,Kyle,R,R,BOS,P
25 | morem001,Moreland,Mitch,L,L,BOS,1B
26 | nunee002,Nunez,Eduardo,R,R,BOS,SS
27 | pedrd001,Pedroia,Dustin,R,R,BOS,2B
28 | pomed001,Pomeranz,Drew,R,L,BOS,P
29 | porcr001,Porcello,Rick,R,R,BOS,P
30 | pricd001,Price,David,L,L,BOS,P
31 | ramih003,Ramirez,Hanley,R,R,BOS,1B
32 | ramin002,Ramirez,Noe,R,R,BOS,P
33 | reeda001,Reed,Addison,L,R,BOS,P
34 | rodre004,Rodriguez,Eduardo,L,L,BOS,P
35 | rossr002,Ross,Robbie,L,L,BOS,P
36 | rutlj001,Rutledge,Josh,R,R,BOS,SS
37 | salec001,Sale,Chris,L,L,BOS,P
38 | sandp001,Sandoval,Pablo,B,R,BOS,3B
39 | scotr001,Scott,Robby,B,L,BOS,P
40 | selss001,Selsky,Steve,R,R,BOS,OF
41 | smitc004,Smith,Carson,R,R,BOS,P
42 | swihb001,Swihart,Blake,B,R,BOS,C
43 | taylb002,Taylor,Ben,R,R,BOS,P
44 | travs001,Travis,Sam,R,R,BOS,1B
45 | vazqc001,Vazquez,Christian,R,R,BOS,C
46 | velah001,Velazquez,Hector,R,R,BOS,P
47 | workb001,Workman,Brandon,R,R,BOS,P
48 | wrigs001,Wright,Steven,R,R,BOS,P
49 | younc004,Young,Chris,R,R,BOS,OF
50 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/CHA2017.ROS:
--------------------------------------------------------------------------------
1 | abrej003,Abreu,Jose,R,R,CHA,1B
2 | albua001,Alburquerque,Al,R,R,CHA,P
3 | andet001,Anderson,Tim,R,R,CHA,SS
4 | aschc001,Asche,Cody,L,R,CHA,OF
5 | beckc002,Beck,Chris,R,R,CHA,P
6 | branr002,Brantly,Rob,L,R,CHA,C
7 | bumma001,Bummer,Aaron,L,L,CHA,P
8 | cabrm002,Cabrera,Melky,B,L,CHA,OF
9 | clipt001,Clippard,Tyler,R,R,CHA,P
10 | coved001,Covey,Dylan,R,R,CHA,P
11 | danit001,Danish,Tyler,R,R,CHA,P
12 | davim005,Davidson,Matt,R,R,CHA,3B
13 | delmn001,Delmonico,Nicky,L,R,CHA,3B
14 | engea001,Engel,Adam,R,R,CHA,OF
15 | farqd001,Farquhar,Danny,R,R,CHA,P
16 | frazt001,Frazier,Todd,R,R,CHA,3B
17 | fry-j001,Fry,Jace,L,L,CHA,P
18 | fulmc001,Fulmer,Carson,R,R,CHA,P
19 | garca003,Garcia,Avisail,R,R,CHA,OF
20 | garcl004,Garcia,Leury,B,R,CHA,OF
21 | garcw001,Garcia,Willy,R,R,CHA,OF
22 | gioll001,Giolito,Lucas,R,R,CHA,P
23 | goldb001,Goldberg,Brad,R,R,CHA,P
24 | gonzm003,Gonzalez,Miguel,R,R,CHA,P
25 | hansa001,Hanson,Alen,B,R,CHA,SS
26 | holld003,Holland,Derek,B,L,CHA,P
27 | holmd002,Holmberg,David,R,L,CHA,P
28 | infag001,Infante,Gregory,R,R,CHA,P
29 | jennd003,Jennings,Dan,L,L,CHA,P
30 | jonen001,Jones,Nate,R,R,CHA,P
31 | kahnt001,Kahnle,Tommy,R,R,CHA,P
32 | lirir001,Liriano,Rymer,R,R,CHA,OF
33 | loper003,Lopez,Reynaldo,R,R,CHA,P
34 | may-j001,May,Jacob,B,R,CHA,OF
35 | minaj001,Minaya,Juan,R,R,CHA,P
36 | moncy001,Moncada,Yoan,B,R,CHA,3B
37 | narvo001,Narvaez,Omar,L,R,CHA,C
38 | pelfm001,Pelfrey,Mike,R,R,CHA,P
39 | petrj001,Petricka,Jake,R,R,CHA,P
40 | putnz001,Putnam,Zach,R,R,CHA,P
41 | quinj001,Quintana,Jose,R,L,CHA,P
42 | robed002,Robertson,David,R,R,CHA,P
43 | rodoc001,Rodon,Carlos,L,L,CHA,P
44 | salat001,Saladino,Tyler,R,R,CHA,3B
45 | sancc001,Sanchez,Yolmer,B,R,CHA,2B
46 | shiej002,Shields,James,R,R,CHA,P
47 | smitk002,Smith,Kevan,R,R,CHA,C
48 | sotog001,Soto,Geovany,L,L,CHA,C
49 | swara001,Swarzak,Anthony,R,R,CHA,P
50 | volsc001,Volstad,Chris,R,R,CHA,P
51 | ynoam001,Ynoa,Michael,R,R,CHA,P
52 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/CHN2017.ROS:
--------------------------------------------------------------------------------
1 | almoa002,Almora,Albert,R,R,CHN,OF
2 | andeb004,Anderson,Brett,L,L,CHN,P
3 | arrij001,Arrieta,Jake,R,R,CHN,P
4 | avila001,Avila,Alex,L,R,CHN,C
5 | baezj001,Baez,Javier,R,R,CHN,2B
6 | bryak001,Bryant,Kris,R,R,CHN,3B
7 | butle001,Butler,Eddie,R,R,CHN,P
8 | candj002,Candelario,Jeimer,B,R,CHN,3B
9 | carav001,Caratini,Victor,B,R,CHN,C
10 | contw001,Contreras,Willson,R,R,CHN,C
11 | davit004,Davis,Taylor,R,R,CHN,C
12 | daviw001,Davis,Wade,R,R,CHN,P
13 | duenb001,Duensing,Brian,L,L,CHN,P
14 | edwac001,Edwards,Carl,R,R,CHN,P
15 | flord002,Floro,Dylan,L,R,CHN,P
16 | frans001,Frankoff,Seth,R,R,CHN,P
17 | freem002,Freeman,Mike,L,R,CHN,1B
18 | grimj002,Grimm,Justin,R,R,CHN,P
19 | happi001,Happ,Ian,B,R,CHN,2B
20 | hendk001,Hendricks,Kyle,R,R,CHN,P
21 | heywj001,Heyward,Jason,L,L,CHN,OF
22 | jay-j001,Jay,Jon,L,L,CHN,OF
23 | johnp001,Johnson,Pierce,R,R,CHN,P
24 | lackj001,Lackey,John,R,R,CHN,P
25 | lastt001,La Stella,Tommy,L,R,CHN,2B
26 | leatj001,Leathersich,Jack,R,L,CHN,P
27 | lestj001,Lester,Jon,L,L,CHN,P
28 | mapld001,Maples,Dillon,R,R,CHN,P
29 | martl004,Martin,Leonys,L,R,CHN,OF
30 | montm001,Montero,Miguel,L,R,CHN,C
31 | montm002,Montgomery,Mike,L,L,CHN,P
32 | penaf002,Pena,Felix,R,R,CHN,P
33 | quinj001,Quintana,Jose,R,L,CHN,P
34 | river003,Rivera,Rene,R,R,CHN,C
35 | rizza001,Rizzo,Anthony,L,L,CHN,1B
36 | rondh001,Rondon,Hector,R,R,CHN,P
37 | rossz001,Rosscup,Zac,R,L,CHN,P
38 | russa002,Russell,Addison,R,R,CHN,2B
39 | schwk001,Schwarber,Kyle,L,R,CHN,OF
40 | strop001,Strop,Pedro,R,R,CHN,P
41 | szczm001,Szczur,Matt,R,R,CHN,OF
42 | tsenj001,Tseng,Jen-Ho,L,R,CHN,P
43 | uehak001,Uehara,Koji,R,R,CHN,P
44 | wilsj004,Wilson,Justin,L,L,CHN,P
45 | zagum002,Zagunis,Mark,R,R,CHN,OF
46 | zastr001,Zastryzny,Rob,R,L,CHN,P
47 | zobrb001,Zobrist,Ben,B,R,CHN,2B
48 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/CIN2017.ROS:
--------------------------------------------------------------------------------
1 | adlet001,Adleman,Tim,R,R,CIN,P
2 | alcaa001,Alcantara,Arismendy,B,R,CIN,OF
3 | arrob001,Arroyo,Bronson,R,R,CIN,P
4 | astib001,Astin,Barrett,R,R,CIN,P
5 | bailh001,Bailey,Homer,R,R,CIN,P
6 | barnt001,Barnhart,Tucker,B,R,CIN,C
7 | bonil001,Bonilla,Lisalverto,B,R,CIN,P
8 | brica001,Brice,Austin,R,R,CIN,P
9 | buchj001,Buchanan,Jake,R,R,CIN,P
10 | castl003,Castillo,Luis,R,R,CIN,P
11 | chaca001,Chacin,Alejandro,R,R,CIN,P
12 | cingt001,Cingrani,Tony,L,L,CIN,P
13 | cozaz001,Cozart,Zack,R,R,CIN,SS
14 | davir004,Davis,Rookie,R,R,CIN,P
15 | duvaa001,Duvall,Adam,R,R,CIN,OF
16 | ervip001,Ervin,Phillip,R,R,CIN,OF
17 | farrl001,Farrell,Luke,R,R,CIN,P
18 | felds001,Feldman,Scott,L,R,CIN,P
19 | finnb001,Finnegan,Brandon,L,L,CIN,P
20 | garra001,Garrett,Amir,R,L,CIN,P
21 | genns001,Gennett,Scooter,L,R,CIN,2B
22 | hamib001,Hamilton,Billy,B,R,CIN,OF
23 | herna004,Hernandez,Ariel,R,R,CIN,P
24 | igler001,Iglesias,Raisel,R,R,CIN,P
25 | kivlp001,Kivlehan,Patrick,R,R,CIN,3B
26 | lorem002,Lorenzen,Michael,R,R,CIN,P
27 | mahlt001,Mahle,Tyler,R,R,CIN,P
28 | mcgud001,McGuire,Deck,R,R,CIN,P
29 | mellk001,Mella,Keury,R,R,CIN,P
30 | mesod001,Mesoraco,Devin,R,R,CIN,C
31 | peraj003,Peraza,Jose,R,R,CIN,2B
32 | peraw002,Peralta,Wandy,L,L,CIN,P
33 | reedc002,Reed,Cody,L,L,CIN,P
34 | romas001,Romano,Sal,L,R,CIN,P
35 | sches001,Schebler,Scott,L,R,CIN,OF
36 | shack001,Shackelford,Kevin,R,R,CIN,P
37 | stepj002,Stephens,Jackson,R,R,CIN,P
38 | stepr002,Stephenson,Robert,R,R,CIN,P
39 | stord001,Storen,Drew,B,R,CIN,P
40 | suare001,Suarez,Eugenio,R,R,CIN,SS
41 | turns002,Turner,Stuart,R,R,CIN,C
42 | vincz001,Vincej,Zach,R,R,CIN,SS
43 | vottj001,Votto,Joey,L,R,CIN,1B
44 | wallc001,Wallach,Chad,R,R,CIN,C
45 | winkj002,Winker,Jesse,L,L,CIN,P
46 | wojca001,Wojciechowski,Asher,R,R,CIN,P
47 | woodb004,Wood,Blake,R,R,CIN,P
48 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/CLE2017.ROS:
--------------------------------------------------------------------------------
1 | allec002,Allen,Cody,R,R,CLE,P
2 | alleg002,Allen,Greg,B,R,CLE,OF
3 | almoa001,Almonte,Abraham,B,R,CLE,OF
4 | armss001,Armstrong,Shawn,R,R,CLE,P
5 | bauet001,Bauer,Trevor,R,R,CLE,P
6 | branm003,Brantley,Michael,L,L,CLE,OF
7 | bresc001,Breslow,Craig,L,L,CLE,P
8 | brucj001,Bruce,Jay,L,L,CLE,OF
9 | carrc003,Carrasco,Carlos,R,R,CLE,P
10 | chisl001,Chisenhall,Lonnie,L,R,CLE,OF
11 | clevm001,Clevinger,Mike,R,R,CLE,P
12 | crock001,Crockett,Kyle,L,L,CLE,P
13 | diazy001,Diaz,Yandy,R,R,CLE,OF
14 | encae001,Encarnacion,Edwin,R,R,CLE,DH
15 | gomey001,Gomes,Yan,R,R,CLE,C
16 | gonze004,Gonzalez,Erik,R,R,CLE,SS
17 | goodn001,Goody,Nick,R,R,CLE,P
18 | guyeb001,Guyer,Brandon,R,R,CLE,OF
19 | jacka001,Jackson,Austin,R,R,CLE,OF
20 | kipnj001,Kipnis,Jason,L,R,CLE,2B
21 | klubc001,Kluber,Corey,R,R,CLE,P
22 | lindf001,Lindor,Francisco,B,R,CLE,SS
23 | logab001,Logan,Boone,R,L,CLE,P
24 | martm003,Martinez,Michael,B,R,CLE,OF
25 | mcalz001,McAllister,Zach,R,R,CLE,P
26 | mejif001,Mejia,Francisco,B,R,CLE,C
27 | merrr001,Merritt,Ryan,L,L,CLE,P
28 | milla002,Miller,Andrew,L,L,CLE,P
29 | naqut001,Naquin,Tyler,L,R,CLE,OF
30 | olsot002,Olson,Tyler,R,L,CLE,P
31 | oterd001,Otero,Dan,R,R,CLE,P
32 | perer003,Perez,Roberto,R,R,CLE,C
33 | ramij003,Ramirez,Jose,B,R,CLE,SS
34 | robed003,Robertson,Daniel,R,R,CLE,OF
35 | salad001,Salazar,Danny,L,R,CLE,P
36 | santc002,Santana,Carlos,B,R,CLE,1B
37 | shawb001,Shaw,Bryan,B,R,CLE,P
38 | smitj002,Smith,Joe,R,R,CLE,P
39 | tomlj001,Tomlin,Josh,R,R,CLE,P
40 | urshg001,Urshela,Giovanny,R,R,CLE,3B
41 | zimmb001,Zimmer,Bradley,L,R,CLE,OF
42 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/COL2017.ROS:
--------------------------------------------------------------------------------
1 | adamc001,Adames,Cristhian,B,R,COL,SS
2 | amara001,Amarista,Alexi,L,R,COL,SS
3 | andet002,Anderson,Tyler,L,L,COL,P
4 | arenn001,Arenado,Nolan,R,R,COL,3B
5 | bettc001,Bettis,Chad,R,R,COL,P
6 | blacc001,Blackmon,Charlie,L,L,COL,OF
7 | cards001,Cardullo,Stephen,R,R,COL,OF
8 | carls002,Carle,Shane,R,R,COL,P
9 | chatt001,Chatwood,Tyler,R,R,COL,P
10 | desmi001,Desmond,Ian,R,R,COL,SS
11 | diazj006,Diaz,Jairo,R,R,COL,P
12 | dunnm002,Dunn,Michael,L,L,COL,P
13 | estec001,Estevez,Carlos,R,R,COL,P
14 | freek001,Freeland,Kyle,L,L,COL,P
15 | garnd001,Garneau,Dustin,R,R,COL,C
16 | gonzc001,Gonzalez,Carlos,L,L,COL,OF
17 | grayj003,Gray,Jon,R,R,COL,P
18 | hanir001,Hanigan,Ryan,R,R,COL,C
19 | hoffj003,Hoffman,Jeff,R,R,COL,P
20 | hollg001,Holland,Greg,R,R,COL,P
21 | lemad001,LeMahieu,DJ,R,R,COL,2B
22 | lucrj001,Lucroy,Jonathan,R,R,COL,C
23 | lylej001,Lyles,Jordan,R,R,COL,P
24 | marqg001,Marquez,German,R,R,COL,P
25 | mcgej001,McGee,Jake,L,L,COL,P
26 | mcmar001,McMahon,Ryan,L,R,COL,3B
27 | murpt002,Murphy,Tom,R,R,COL,C
28 | neshp001,Neshek,Pat,B,R,COL,P
29 | obers001,Oberg,Scott,R,R,COL,P
30 | ottaa001,Ottavino,Adam,L,R,COL,P
31 | qualc001,Qualls,Chad,R,R,COL,P
32 | parrg001,Parra,Gerardo,L,L,COL,OF
33 | reynm001,Reynolds,Mark,R,R,COL,1B
34 | rossz001,Rosscup,Zac,R,L,COL,P
35 | rusic001,Rusin,Chris,L,L,COL,P
36 | senza001,Senzatela,Antonio,R,R,COL,P
37 | stort001,Story,Trevor,R,R,COL,SS
38 | tapir001,Tapia,Raimel,L,L,COL,OF
39 | taucm001,Tauchman,Mike,L,L,COL,OF
40 | valap001,Valaika,Pat,R,R,COL,SS
41 | woltt001,Wolters,Tony,L,R,COL,C
42 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/DET2017.ROS:
--------------------------------------------------------------------------------
1 | adduj002,Adduci,Jim,L,L,DET,OF
2 | alcav001,Alcantara,Victor,R,R,DET,P
3 | avila001,Avila,Alex,L,R,DET,C
4 | bellc003,Bell,Chad,R,L,DET,P
5 | boydm001,Boyd,Matt,L,L,DET,P
6 | cabrm001,Cabrera,Miguel,R,R,DET,1B
7 | candj002,Candelario,Jeimer,B,R,DET,3B
8 | castn001,Castellanos,Nick,R,R,DET,3B
9 | collt002,Collins,Tyler,L,L,DET,OF
10 | cuevw001,Cuevas,William,R,R,DET,P
11 | dendm001,den Dekker,Matt,L,L,DET,OF
12 | farmb001,Farmer,Buck,L,R,DET,P
13 | ferrj001,Ferrell,Jeff,R,R,DET,P
14 | fulmm001,Fulmer,Michael,R,R,DET,P
15 | grees005,Greene,Shane,R,R,DET,P
16 | hardb001,Hardy,Blaine,L,L,DET,P
17 | hickj001,Hicks,John,R,R,DET,C
18 | holab001,Holaday,Bryan,R,R,DET,C
19 | iglej001,Iglesias,Jose,R,R,DET,SS
20 | jayem001,Jaye,Myles,B,R,DET,P
21 | jimej003,Jimenez,Joe,R,R,DET,P
22 | jonej006,Jones,JaCoby,R,R,DET,3B
23 | kinsi001,Kinsler,Ian,R,R,DET,2B
24 | laboj001,Labourt,Jairo,L,L,DET,P
25 | leona002,Leon,Arcenio,R,R,DET,P
26 | lewia001,Lewicki,Artie,R,R,DET,P
27 | machd001,Machado,Dixon,R,R,DET,SS
28 | mahtm001,Mahtook,Mikie,R,R,DET,OF
29 | martj006,Martinez,J.D.,R,R,DET,OF
30 | martv001,Martinez,Victor,B,R,DET,DH
31 | mccaj001,McCann,James,R,R,DET,C
32 | mujie001,Mujica,Edward,R,R,DET,P
33 | navae001,Navarro,Efren,L,L,DET,1B
34 | norrd002,Norris,Daniel,L,L,DET,P
35 | presa001,Presley,Alex,L,L,DET,OF
36 | reinz001,Reininger,Zac,B,R,DET,P
37 | rodrf003,Rodriguez,Francisco,R,R,DET,P
38 | romia001,Romine,Andrew,B,R,DET,3B
39 | rondb001,Rondon,Bruce,R,R,DET,P
40 | ryank002,Ryan,Kyle,L,L,DET,P
41 | sanca004,Sanchez,Anibal,R,R,DET,P
42 | saupw001,Saupold,Warwick,R,R,DET,P
43 | stumd001,Stumpf,Daniel,L,L,DET,P
44 | uptoj001,Upton,Justin,R,R,DET,OF
45 | verhd001,VerHagen,Drew,R,R,DET,P
46 | verlj001,Verlander,Justin,R,R,DET,P
47 | wilsa001,Wilson,Alex,R,R,DET,P
48 | wilsj004,Wilson,Justin,L,L,DET,P
49 | zimmj003,Zimmermann,Jordan,R,R,DET,P
50 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/HOU2017.ROS:
--------------------------------------------------------------------------------
1 | altuj001,Altuve,Jose,R,R,HOU,2B
2 | aokin001,Aoki,Nori,L,R,HOU,OF
3 | beltc001,Beltran,Carlos,B,R,HOU,OF
4 | brega001,Bregman,Alex,R,R,HOU,SS
5 | centj001,Centeno,Juan,L,R,HOU,C
6 | clipt001,Clippard,Tyler,R,R,HOU,P
7 | corrc001,Correa,Carlos,R,R,HOU,SS
8 | davij006,Davis,J.D.,R,R,HOU,3B
9 | devec001,Devenski,Chris,R,R,HOU,P
10 | diazd001,Diaz,Dayan,R,R,HOU,P
11 | felim001,Feliz,Michael,R,R,HOU,P
12 | fierm001,Fiers,Michael,R,R,HOU,P
13 | fishd001,Fisher,Derek,L,R,HOU,OF
14 | gatte001,Gattis,Evan,R,R,HOU,C
15 | gilek001,Giles,Ken,R,R,HOU,P
16 | gonzm002,Gonzalez,Marwin,B,R,HOU,1B
17 | gregl001,Gregerson,Luke,L,R,HOU,P
18 | gudur001,Guduan,Reymin,L,L,HOU,P
19 | gurry001,Gurriel,Yulieski,R,R,HOU,3B
20 | gustj001,Gustave,Jandel,R,R,HOU,P
21 | harrw002,Harris,Will,R,R,HOU,P
22 | hernt002,Hernandez,Teoscar,R,R,HOU,OF
23 | hoytj001,Hoyt,James,R,R,HOU,P
24 | jankj001,Jankowski,Jordan,R,R,HOU,P
25 | kempt001,Kemp,Tony,L,R,HOU,OF
26 | keucd001,Keuchel,Dallas,L,L,HOU,P
27 | lirif001,Liriano,Francisco,L,L,HOU,P
28 | marij002,Marisnick,Jake,R,R,HOU,OF
29 | martf003,Martes,Francis,R,R,HOU,P
30 | maybc001,Maybin,Cameron,R,R,HOU,OF
31 | mccab002,McCann,Brian,L,R,HOU,C
32 | mccul002,McCullers,Lance,L,R,HOU,P
33 | mchuc001,McHugh,Collin,R,R,HOU,P
34 | morac001,Moran,Colin,L,R,HOU,3B
35 | mortc002,Morton,Charlie,R,R,HOU,P
36 | musgj001,Musgrove,Joe,R,R,HOU,P
37 | pauld002,Paulino,David,R,R,HOU,P
38 | peacb001,Peacock,Brad,R,R,HOU,P
39 | reddj001,Reddick,Josh,L,R,HOU,OF
40 | reeda002,Reed,A.J.,L,L,HOU,1B
41 | sippt001,Sipp,Tony,L,L,HOU,P
42 | sprig001,Springer,George,R,R,HOU,OF
43 | stasm001,Stassi,Max,R,R,HOU,C
44 | tolla001,Tolliver,Ashur,L,L,HOU,P
45 | verlj001,Verlander,Justin,R,R,HOU,P
46 | whitt002,White,Tyler,R,R,HOU,1B
47 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/KCA2017.ROS:
--------------------------------------------------------------------------------
1 | albua001,Alburquerque,Al,R,R,KCA,P
2 | alexs001,Alexander,Scott,L,L,KCA,P
3 | almom001,Almonte,Miguel,R,R,KCA,P
4 | bonij002,Bonifacio,Jorge,R,R,KCA,OF
5 | buchr001,Buchter,Ryan,L,L,KCA,P
6 | burnb002,Burns,Billy,B,R,KCA,OF
7 | buted001,Butera,Drew,R,R,KCA,C
8 | cabrm002,Cabrera,Melky,B,L,KCA,OF
9 | cahit001,Cahill,Trevor,R,R,KCA,P
10 | cainl001,Cain,Lorenzo,R,R,KCA,OF
11 | coloc002,Colon,Christian,R,R,KCA,SS
12 | cuthc001,Cuthbert,Cheslor,R,R,KCA,3B
13 | duffd001,Duffy,Danny,L,L,KCA,P
14 | escoa003,Escobar,Alcides,R,R,KCA,SS
15 | farrl001,Farrell,Luke,R,R,KCA,P
16 | felin001,Feliz,Neftali,R,R,KCA,P
17 | flynb001,Flynn,Brian,L,L,KCA,P
18 | gallc001,Gallagher,Cam,R,R,KCA,C
19 | garco001,Garcia,Onelki,L,L,KCA,P
20 | gavis001,Gaviglio,Sam,R,R,KCA,P
21 | gorda001,Gordon,Alex,L,R,KCA,OF
22 | goret001,Gore,Terrance,R,R,KCA,OF
23 | hammj002,Hammel,Jason,R,R,KCA,P
24 | herrk001,Herrera,Kelvin,R,R,KCA,P
25 | hosme001,Hosmer,Eric,L,L,KCA,1B
26 | junij001,Junis,Jake,R,R,KCA,P
27 | karnn001,Karns,Nathan,R,R,KCA,P
28 | kenni001,Kennedy,Ian,R,R,KCA,P
29 | macha003,Machado,Andres,R,R,KCA,P
30 | manes001,Maness,Seth,R,R,KCA,P
31 | maurb001,Maurer,Brandon,R,R,KCA,P
32 | mccak002,McCarthy,Kevin,R,R,KCA,P
33 | merrw001,Merrifield,Whit,R,R,KCA,OF
34 | minom001,Minor,Mike,R,L,KCA,P
35 | mondr003,Mondesi,Raul,B,R,KCA,SS
36 | morim002,Morin,Mike,R,R,KCA,P
37 | mossb001,Moss,Brandon,L,R,KCA,OF
38 | mousm001,Moustakas,Mike,L,R,KCA,3B
39 | moylp001,Moylan,Peter,R,R,KCA,P
40 | orlap001,Orlando,Paulo,R,R,KCA,OF
41 | peres002,Perez,Salvador,R,R,KCA,C
42 | skoge001,Skoglund,Eric,L,L,KCA,P
43 | solej001,Soler,Jorge,R,R,KCA,OF
44 | sorij001,Soria,Joakim,R,R,KCA,P
45 | stram001,Strahm,Matt,R,L,KCA,P
46 | torrr002,Torres,Ramon,B,R,KCA,SS
47 | vargj001,Vargas,Jason,L,L,KCA,P
48 | woodt004,Wood,Travis,R,L,KCA,P
49 | younc003,Young,Chris,R,R,KCA,P
50 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/LAN2017.ROS:
--------------------------------------------------------------------------------
1 | avill001,Avilan,Luis,L,L,LAN,P
2 | baezp001,Baez,Pedro,R,R,LAN,P
3 | barna001,Barnes,Austin,R,R,LAN,C
4 | bellc002,Bellinger,Cody,L,L,LAN,1B
5 | buehw001,Buehler,Walker,R,R,LAN,P
6 | castf003,Castillo,Fabio,R,R,LAN,P
7 | cingt001,Cingrani,Tony,L,L,LAN,P
8 | culbc001,Culberson,Charlie,R,R,LAN,3B
9 | darvy001,Darvish,Yu,R,R,LAN,P
10 | daytg001,Dayton,Grant,L,L,LAN,P
11 | dicko001,Dickson,O'Koyea,R,R,LAN,OF
12 | eibnb001,Eibner,Brett,R,R,LAN,OF
13 | ethia001,Ethier,Andre,L,L,LAN,OF
14 | farmk001,Farmer,Kyle,R,R,LAN,C
15 | fielj002,Fields,Josh,R,R,LAN,P
16 | fontw001,Font,Wilmer,R,R,LAN,P
17 | forsl001,Forsythe,Logan,R,R,LAN,2B
18 | freem002,Freeman,Mike,L,R,LAN,1B
19 | gonza003,Gonzalez,Adrian,L,L,LAN,1B
20 | grany001,Grandal,Yasmani,B,R,LAN,C
21 | granc001,Granderson,Curtis,L,R,LAN,OF
22 | gutif001,Gutierrez,Franklin,R,R,LAN,OF
23 | hatcc002,Hatcher,Chris,B,R,LAN,P
24 | herne001,Hernandez,Enrique,R,R,LAN,OF
25 | hillr001,Hill,Rich,L,L,LAN,P
26 | jansk001,Jansen,Kenley,B,R,LAN,P
27 | kersc001,Kershaw,Clayton,L,L,LAN,P
28 | libea001,Liberatore,Adam,L,L,LAN,P
29 | locat001,Locastro,Tim,R,R,LAN,2B
30 | maedk001,Maeda,Kenta,R,R,LAN,P
31 | mccab001,McCarthy,Brandon,R,R,LAN,P
32 | morrb001,Morrow,Brandon,R,R,LAN,P
33 | paree002,Paredes,Edward,L,L,LAN,P
34 | pedej001,Pederson,Joc,L,L,LAN,OF
35 | puigy001,Puig,Yasiel,R,R,LAN,OF
36 | ravij001,Ravin,Josh,R,R,LAN,P
37 | romos001,Romo,Sergio,R,R,LAN,P
38 | ryu-h001,Ryu,Hyun-Jin,R,L,LAN,P
39 | seagc001,Seager,Corey,L,R,LAN,SS
40 | seger001,Segedin,Rob,R,R,LAN,OF
41 | stewb001,Stewart,Brock,L,R,LAN,P
42 | strir001,Stripling,Ross,R,R,LAN,P
43 | taylc001,Taylor,Chris,R,R,LAN,SS
44 | thomt002,Thompson,Trayce,R,R,LAN,OF
45 | tolea001,Toles,Andrew,L,R,LAN,OF
46 | turnj001,Turner,Justin,R,R,LAN,3B
47 | uriaj001,Urias,Julio,L,L,LAN,P
48 | utlec001,Utley,Chase,L,R,LAN,2B
49 | vanss001,Van Slyke,Scott,R,R,LAN,OF
50 | verda001,Verdugo,Alex,L,L,LAN,OF
51 | watst001,Watson,Tony,L,L,LAN,P
52 | wooda002,Wood,Alex,R,L,LAN,P
53 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/MIA2017.ROS:
--------------------------------------------------------------------------------
1 | andeb006,Anderson,Brian,R,R,MIA,3B
2 | avilm001,Aviles,Mike,R,R,MIA,OF
3 | barrk002,Barraclough,Kyle,R,R,MIA,P
4 | bourj002,Bour,Justin,L,R,MIA,1B
5 | cervh001,Cervenka,Hunter,L,L,MIA,P
6 | chenw001,Chen,Wei-Yin,L,L,MIA,P
7 | coloc002,Colon,Christian,R,R,MIA,SS
8 | conla001,Conley,Adam,L,L,MIA,P
9 | despo001,Despaigne,Odrisamer,R,R,MIA,P
10 | dietd001,Dietrich,Derek,L,R,MIA,OF
11 | ellib001,Ellington,Brian,R,R,MIA,P
12 | ellia001,Ellis,A.J.,R,R,MIA,C
13 | garcj006,Garcia,Jarlin,L,L,MIA,P
14 | gordd002,Gordon,Dee,L,R,MIA,2B
15 | guerj002,Guerra,Javy,R,R,MIA,P
16 | hecha001,Hechavarria,Adeiny,R,R,MIA,SS
17 | koeht001,Koehler,Tom,R,R,MIA,P
18 | lockj001,Locke,Jeff,L,L,MIA,P
19 | lombs002,Lombardozzi,Steve,B,R,MIA,2B
20 | mcgod001,McGowan,Dustin,R,R,MIA,P
21 | moort002,Moore,Tyler,R,R,MIA,1B
22 | nicoj001,Nicolino,Justin,L,L,MIA,P
23 | ograc001,O'Grady,Chris,R,L,MIA,P
24 | ozunm001,Ozuna,Marcell,R,R,MIA,OF
25 | peted001,Peters,Dillon,L,L,MIA,P
26 | pheld001,Phelps,David,R,R,MIA,P
27 | pradm001,Prado,Martin,R,R,MIA,3B
28 | ramoa001,Ramos,A.J.,R,R,MIA,P
29 | realj001,Realmuto,J.T.,R,R,MIA,C
30 | riddj001,Riddle,J.T.,L,R,MIA,SS
31 | rojam002,Rojas,Miguel,R,R,MIA,SS
32 | stanm004,Stanton,Giancarlo,R,R,MIA,OF
33 | stecd001,Steckenrider,Drew,R,R,MIA,P
34 | strad003,Straily,Dan,R,R,MIA,P
35 | suzui001,Suzuki,Ichiro,L,R,MIA,OF
36 | tazaj001,Tazawa,Junichi,R,R,MIA,P
37 | telit001,Telis,Tomas,B,R,MIA,C
38 | urenj001,Urena,Jose,R,R,MIA,P
39 | volqe001,Volquez,Edinson,R,R,MIA,P
40 | wittn001,Wittgren,Nick,R,R,MIA,P
41 | worlv001,Worley,Vance,R,R,MIA,P
42 | yelic001,Yelich,Christian,L,R,MIA,OF
43 | ziegb001,Ziegler,Brad,R,R,MIA,P
44 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/MIL2017.ROS:
--------------------------------------------------------------------------------
1 | aguij001,Aguilar,Jesus,R,R,MIL,1B
2 | andec001,Anderson,Chase,R,R,MIL,P
3 | arcio002,Arcia,Orlando,R,R,MIL,SS
4 | bandj001,Bandy,Jett,R,R,MIL,C
5 | barnj002,Barnes,Jacob,R,R,MIL,P
6 | berrq001,Berry,Quintin,L,L,MIL,OF
7 | blazm001,Blazek,Michael,R,R,MIL,P
8 | braur002,Braun,Ryan,R,R,MIL,OF
9 | brinl001,Brinson,Lewis,R,R,MIL,OF
10 | broxk001,Broxton,Keon,R,R,MIL,OF
11 | daviz001,Davies,Zach,R,R,MIL,P
12 | drako001,Drake,Oliver,R,R,MIL,P
13 | espip001,Espino,Paolo,R,R,MIL,P
14 | felin001,Feliz,Neftali,R,R,MIL,P
15 | frann001,Franklin,Nick,B,R,MIL,2B
16 | garzm001,Garza,Matt,R,R,MIL,P
17 | gofod001,Goforth,David,R,R,MIL,P
18 | guerj003,Guerra,Junior,R,R,MIL,P
19 | hadej001,Hader,Josh,L,L,MIL,P
20 | hughj001,Hughes,Jared,R,R,MIL,P
21 | jeffj001,Jeffress,Jeremy,R,R,MIL,P
22 | jungt001,Jungmann,Taylor,R,R,MIL,P
23 | knebc001,Knebel,Corey,R,R,MIL,P
24 | lopej004,Lopez,Jorge,R,R,MIL,P
25 | marij001,Marinez,Jhan,R,R,MIL,P
26 | milot001,Milone,Tom,L,L,MIL,P
27 | nelsj004,Nelson,Jimmy,R,R,MIL,P
28 | nieuk001,Nieuwenhuis,Kirk,L,R,MIL,OF
29 | peraw001,Peralta,Wily,R,R,MIL,P
30 | pereh001,Perez,Hernan,R,R,MIL,3B
31 | philb002,Phillips,Brett,L,R,MIL,OF
32 | pinam001,Pina,Manny,R,R,MIL,C
33 | rivey001,Rivera,Yadiel,R,R,MIL,2B
34 | santd002,Santana,Domingo,R,R,MIL,OF
35 | scahr001,Scahill,Rob,L,R,MIL,P
36 | shawt001,Shaw,Travis,L,R,MIL,1B
37 | sogae001,Sogard,Eric,L,R,MIL,2B
38 | susaa001,Susac,Andrew,R,R,MIL,C
39 | suteb001,Suter,Brent,L,L,MIL,P
40 | swara001,Swarzak,Anthony,R,R,MIL,P
41 | thame001,Thames,Eric,L,R,MIL,OF
42 | torrc001,Torres,Carlos,R,R,MIL,P
43 | villj001,Villar,Jonathan,B,R,MIL,SS
44 | vogts001,Vogt,Stephen,L,R,MIL,C
45 | walkn001,Walker,Neil,B,R,MIL,2B
46 | wangw001,Wang,Wei-Chung,L,L,MIL,P
47 | webbt001,Webb,Tyler,R,L,MIL,P
48 | wilka003,Wilkerson,Aaron,R,R,MIL,P
49 | willt003,Williams,Taylor,B,R,MIL,P
50 | woodb005,Woodruff,Brandon,L,R,MIL,P
51 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/MIN2017.ROS:
--------------------------------------------------------------------------------
1 | adrie001,Adrianza,Ehire,B,R,MIN,2B
2 | belim001,Belisle,Matt,R,R,MIN,P
3 | berrj001,Berrios,Jose,R,R,MIN,P
4 | boshb001,Boshers,Buddy,L,L,MIN,P
5 | bresc001,Breslow,Craig,L,L,MIN,P
6 | busea001,Busenitz,Alan,R,R,MIN,P
7 | buxtb001,Buxton,Byron,R,R,MIN,OF
8 | castj006,Castro,Jason,L,R,MIN,C
9 | colob001,Colon,Bartolo,R,R,MIN,P
10 | curtj003,Curtiss,John,R,R,MIN,P
11 | dozib001,Dozier,Brian,R,R,MIN,2B
12 | dufft001,Duffey,Tyler,R,R,MIN,P
13 | ennsd001,Enns,Dietrich,L,L,MIN,P
14 | escoe001,Escobar,Eduardo,B,R,MIN,SS
15 | garcj004,Garcia,Jaime,L,L,MIN,P
16 | garvm001,Garver,Mitch,R,R,MIN,C
17 | gibsk002,Gibson,Kyle,R,R,MIN,P
18 | gee-d001,Gee,Dillon,R,R,MIN,P
19 | gimec001,Gimenez,Chris,R,R,MIN,C
20 | goodn002,Goodrum,Niko,B,R,MIN,OF
21 | granz001,Granite,Zack,L,L,MIN,OF
22 | grosr001,Grossman,Robbie,B,L,MIN,OF
23 | halej001,Haley,Justin,R,R,MIN,P
24 | hestc001,Heston,Chris,R,R,MIN,P
25 | hildt001,Hildenberger,Trevor,R,R,MIN,P
26 | hughp001,Hughes,Phil,R,R,MIN,P
27 | jorgf001,Jorge,Felix,R,R,MIN,P
28 | keplm001,Kepler,Max,L,L,MIN,OF
29 | kintb001,Kintzler,Brandon,R,R,MIN,P
30 | mauej001,Mauer,Joe,L,R,MIN,1B
31 | mejia001,Mejia,Adalberto,R,L,MIN,P
32 | melvt001,Melville,Tim,R,R,MIN,P
33 | moyag001,Moya,Gabriel,L,L,MIN,P
34 | perkg001,Perkins,Glen,L,L,MIN,P
35 | polaj001,Polanco,Jorge,B,R,MIN,SS
36 | presr001,Pressly,Ryan,R,R,MIN,P
37 | roget001,Rogers,Taylor,L,L,MIN,P
38 | rosae001,Rosario,Eddie,L,R,MIN,OF
39 | rosar002,Rosario,Randy,L,L,MIN,P
40 | rucid001,Rucinski,Drew,R,R,MIN,P
41 | sanom001,Sano,Miguel,R,R,MIN,DH
42 | santd001,Santana,Danny,B,R,MIN,OF
43 | sante001,Santana,Ervin,R,R,MIN,P
44 | santh001,Santiago,Hector,R,L,MIN,P
45 | slega001,Slegers,Aaron,R,R,MIN,P
46 | tepen001,Tepesch,Nick,R,R,MIN,P
47 | tonkm001,Tonkin,Michael,R,R,MIN,P
48 | turln001,Turley,Nik,L,L,MIN,P
49 | vargk001,Vargas,Kennys,B,R,MIN,DH
50 | wheej001,Wheeler,Jason,L,L,MIN,P
51 | wilka001,Wilk,Adam,L,L,MIN,P
52 | wimma001,Wimmers,Alex,L,R,MIN,P
53 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/NYA2017.ROS:
--------------------------------------------------------------------------------
1 | andum001,Andujar,Miguel,R,R,NYA,3B
2 | austt001,Austin,Tyler,R,R,NYA,OF
3 | betad001,Betances,Dellin,R,R,NYA,P
4 | birdg001,Bird,Greg,L,R,NYA,1B
5 | cartc002,Carter,Chris,R,R,NYA,1B
6 | casts001,Castro,Starlin,R,R,NYA,SS
7 | cessl001,Cessa,Luis,R,R,NYA,P
8 | chapa001,Chapman,Aroldis,L,L,NYA,P
9 | choij001,Choi,Ji-Man,L,R,NYA,OF
10 | clipt001,Clippard,Tyler,R,R,NYA,P
11 | coopg002,Cooper,Garrett,R,R,NYA,1B
12 | ellsj001,Ellsbury,Jacoby,L,L,NYA,OF
13 | fowld002,Fowler,Dustin,L,L,NYA,OF
14 | frazc001,Frazier,Clint,R,R,NYA,OF
15 | frazt001,Frazier,Todd,R,R,NYA,3B
16 | gallg001,Gallegos,Giovanny,R,R,NYA,P
17 | garcj004,Garcia,Jaime,L,L,NYA,P
18 | gardb001,Gardner,Brett,L,L,NYA,OF
19 | germd001,German,Domingo,R,R,NYA,P
20 | grays001,Gray,Sonny,R,R,NYA,P
21 | greec003,Green,Chad,L,R,NYA,P
22 | gregd001,Gregorius,Didi,L,R,NYA,SS
23 | headc001,Headley,Chase,B,R,NYA,3B
24 | hellb001,Heller,Ben,R,R,NYA,P
25 | herrr001,Herrera,Ronald,R,R,NYA,P
26 | hicka001,Hicks,Aaron,B,R,NYA,OF
27 | higak001,Higashioka,Kyle,R,R,NYA,C
28 | holdj002,Holder,Jonathan,R,R,NYA,P
29 | hollm001,Holliday,Matt,R,R,NYA,OF
30 | judga001,Judge,Aaron,R,R,NYA,OF
31 | kahnt001,Kahnle,Tommy,R,R,NYA,P
32 | krate001,Kratz,Erik,R,R,NYA,C
33 | kozmp001,Kozma,Pete,R,R,NYA,SS
34 | laynt001,Layne,Tom,L,L,NYA,P
35 | mitcb001,Mitchell,Bryan,L,R,NYA,P
36 | montj004,Montgomery,Jordan,L,L,NYA,P
37 | pinem001,Pineda,Michael,R,R,NYA,P
38 | refsr001,Refsnyder,Rob,R,R,NYA,2B
39 | robed002,Robertson,David,R,R,NYA,P
40 | romia002,Romine,Austin,R,R,NYA,C
41 | sabac001,Sabathia,CC,L,L,NYA,P
42 | sancg002,Sanchez,Gary,R,R,NYA,C
43 | sevel001,Severino,Luis,R,R,NYA,P
44 | shrec001,Shreve,Chasen,L,L,NYA,P
45 | smitc006,Smith,Caleb,R,L,NYA,P
46 | tanam001,Tanaka,Masahiro,R,R,NYA,P
47 | torrr001,Torreyes,Ronald,R,R,NYA,2B
48 | wadet002,Wade,Tyler,L,R,NYA,P
49 | warra001,Warren,Adam,R,R,NYA,P
50 | webbt001,Webb,Tyler,R,L,NYA,P
51 | willm007,Williams,Mason,L,R,NYA,OF
52 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/NYN2017.ROS:
--------------------------------------------------------------------------------
1 | aokin001,Aoki,Nori,L,R,NYN,OF
2 | blevj001,Blevins,Jerry,L,L,NYN,P
3 | bradc002,Bradford,Chasen,R,R,NYN,P
4 | brucj001,Bruce,Jay,L,L,NYN,OF
5 | cabra002,Cabrera,Asdrubal,B,R,NYN,SS
6 | callj001,Callahan,Jamie,R,R,NYN,P
7 | ceccg002,Cecchini,Gavin,R,R,NYN,SS
8 | cespy001,Cespedes,Yoenis,R,R,NYN,OF
9 | confm001,Conforto,Michael,L,R,NYN,OF
10 | darnt001,d'Arnaud,Travis,R,R,NYN,C
11 | degrj001,deGrom,Jacob,L,R,NYN,P
12 | dudal001,Duda,Lucas,L,R,NYN,1B
13 | edgij001,Edgin,Josh,R,L,NYN,P
14 | evanp001,Evans,Phillip,R,R,NYN,3B
15 | famij001,Familia,Jeurys,R,R,NYN,P
16 | flexc001,Flexen,Chris,R,R,NYN,P
17 | florw001,Flores,Wilmer,R,R,NYN,SS
18 | gilms001,Gilmartin,Sean,L,L,NYN,P
19 | goede001,Goeddel,Erik,R,R,NYN,P
20 | granc001,Granderson,Curtis,L,R,NYN,OF
21 | gselr001,Gsellman,Robert,R,R,NYN,P
22 | harvm001,Harvey,Matt,R,R,NYN,P
23 | kellt001,Kelly,Ty,B,R,NYN,2B
24 | lagaj001,Lagares,Juan,R,R,NYN,OF
25 | lugos001,Lugo,Seth,R,R,NYN,P
26 | matzs001,Matz,Steven,R,L,NYN,P
27 | mcgok001,McGowan,Kevin,R,R,NYN,P
28 | milot001,Milone,Tom,L,L,NYN,P
29 | montr004,Montero,Rafael,R,R,NYN,P
30 | nidot001,Nido,Tomas,R,R,NYN,C
31 | nimmb001,Nimmo,Brandon,L,R,NYN,OF
32 | pillt001,Pill,Tyler,L,R,NYN,P
33 | plawk001,Plawecki,Kevin,R,R,NYN,C
34 | ramin001,Ramirez,Neil,R,R,NYN,P
35 | ramoa001,Ramos,A.J.,R,R,NYN,P
36 | reeda001,Reed,Addison,L,R,NYN,P
37 | reyej001,Reyes,Jose,B,R,NYN,SS
38 | reynm003,Reynolds,Matt,R,R,NYN,SS
39 | rhamj001,Rhame,Jacob,R,R,NYN,P
40 | river003,Rivera,Rene,R,R,NYN,C
41 | rivet001,Rivera,T.J.,R,R,NYN,3B
42 | roblh001,Robles,Hansel,R,R,NYN,P
43 | rosaa003,Rosario,Amed,R,R,NYN,SS
44 | salaf001,Salas,Fernando,R,R,NYN,P
45 | sewap001,Sewald,Paul,R,R,NYN,P
46 | smitd008,Smith,Dominic,L,L,NYN,1B
47 | smokj001,Smoker,Josh,L,L,NYN,P
48 | syndn001,Syndergaard,Noah,L,R,NYN,P
49 | taijt001,Taijeron,Travis,R,R,NYN,OF
50 | walkn001,Walker,Neil,B,R,NYN,2B
51 | wheez001,Wheeler,Zack,L,R,NYN,P
52 | wilka001,Wilk,Adam,L,L,NYN,P
53 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/OAK2017.ROS:
--------------------------------------------------------------------------------
1 | alcar001,Alcantara,Raul,R,R,OAK,P
2 | alony001,Alonso,Yonder,L,R,OAK,1B
3 | axfoj001,Axford,John,R,R,OAK,P
4 | barrf001,Barreto,Franklin,R,R,OAK,SS
5 | blacp001,Blackburn,Paul,R,R,OAK,P
6 | bradm002,Brady,Michael,R,R,OAK,P
7 | brugj001,Brugman,Jaycob,L,L,OAK,OF
8 | canhm001,Canha,Mark,R,R,OAK,1B
9 | casts002,Castro,Simon,R,R,OAK,P
10 | chapm001,Chapman,Matt,R,R,OAK,3B
11 | cottj001,Cotton,Jharel,R,R,OAK,P
12 | could001,Coulombe,Daniel,L,L,OAK,P
13 | davik003,Davis,Khris,R,R,OAK,OF
14 | davir003,Davis,Rajai,R,R,OAK,OF
15 | deckj001,Decker,Jaff,L,L,OAK,OF
16 | dools001,Doolittle,Sean,L,L,OAK,P
17 | dullr001,Dull,Ryan,R,R,OAK,P
18 | garcj002,Casilla,Santiago,R,R,OAK,P
19 | garnd001,Garneau,Dustin,R,R,OAK,C
20 | gossd001,Gossett,Daniel,R,R,OAK,P
21 | gravk001,Graveman,Kendall,R,R,OAK,P
22 | grays001,Gray,Sonny,R,R,OAK,P
23 | hahnj001,Hahn,Jesse,R,R,OAK,P
24 | hatcc002,Hatcher,Chris,B,R,OAK,P
25 | healr001,Healy,Ryon,R,R,OAK,3B
26 | hendl001,Hendriks,Liam,R,R,OAK,P
27 | joycm001,Joyce,Matt,L,R,OAK,OF
28 | lamar001,LaMarre,Ryan,R,L,OAK,OF
29 | lavar001,Lavarnway,Ryan,R,R,OAK,C
30 | lowrj001,Lowrie,Jed,B,R,OAK,3B
31 | madsr001,Madson,Ryan,L,R,OAK,P
32 | manas001,Manaea,Sean,L,L,OAK,P
33 | maxwb001,Maxwell,Bruce,L,R,OAK,C
34 | mengd001,Mengden,Daniel,R,R,OAK,P
35 | molls001,Moll,Sam,L,L,OAK,P
36 | montf001,Montas,Frankie,R,R,OAK,P
37 | nealz001,Neal,Zach,R,R,OAK,P
38 | nuner001,Nunez,Renato,R,R,OAK,3B
39 | olsom001,Olson,Matt,L,R,OAK,OF
40 | phegj001,Phegley,Josh,R,R,OAK,C
41 | pindc001,Pinder,Chad,R,R,OAK,SS
42 | plout001,Plouffe,Trevor,R,R,OAK,3B
43 | poweb002,Powell,Boog,L,L,OAK,OF
44 | rosaa001,Rosales,Adam,R,R,OAK,1B
45 | semim001,Semien,Marcus,R,R,OAK,SS
46 | smitc002,Smith,Chris,R,R,OAK,P
47 | smitj004,Smith,Josh,R,R,OAK,P
48 | smolj002,Smolinski,Jake,R,R,OAK,OF
49 | treib001,Treinen,Blake,R,R,OAK,P
50 | triga001,Triggs,Andrew,R,R,OAK,P
51 | valdc003,Valdez,Cesar,R,R,OAK,P
52 | vogts001,Vogt,Stephen,L,R,OAK,C
53 | wahlb001,Wahl,Bobby,R,R,OAK,P
54 | wendj002,Wendle,Joey,L,R,OAK,2B
55 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/PHI2017.ROS:
--------------------------------------------------------------------------------
1 | alfaj002,Alfaro,Jorge,R,R,PHI,C
2 | altha001,Altherr,Aaron,R,R,PHI,OF
3 | alvah001,Alvarez,Henderson,R,R,PHI,P
4 | anded003,Anderson,Drew,R,R,PHI,P
5 | aranv001,Arano,Victor,R,R,PHI,P
6 | beatp001,Beato,Pedro,R,R,PHI,P
7 | benoj001,Benoit,Joaquin,R,R,PHI,P
8 | blana001,Blanco,Andres,B,R,PHI,3B
9 | buchc001,Buchholz,Clay,L,R,PHI,P
10 | crawj002,Crawford,J.P.,L,R,PHI,SS
11 | curtz001,Curtis,Zac,L,L,PHI,P
12 | eickj001,Eickhoff,Jerad,R,R,PHI,P
13 | efliz001,Eflin,Zach,R,R,PHI,P
14 | fienc001,Fien,Casey,R,R,PHI,P
15 | florp001,Florimon,Pedro,B,R,PHI,SS
16 | franm004,Franco,Maikel,R,R,PHI,3B
17 | galvf001,Galvis,Freddy,B,R,PHI,SS
18 | garcl005,Garcia,Luis,R,R,PHI,P
19 | gomej002,Gomez,Jeanmar,R,R,PHI,P
20 | hellj001,Hellickson,Jeremy,R,R,PHI,P
21 | hernc005,Hernandez,Cesar,B,R,PHI,2B
22 | herro001,Herrera,Odubel,L,R,PHI,OF
23 | hoskr001,Hoskins,Rhys,R,R,PHI,1B
24 | joset001,Joseph,Tommy,R,R,PHI,1B
25 | kellt001,Kelly,Ty,B,R,PHI,2B
26 | kendh001,Kendrick,Howie,R,R,PHI,2B
27 | kim-h001,Kim,Hyun Soo,L,R,PHI,OF
28 | knapa001,Knapp,Andrew,B,R,PHI,C
29 | leitm002,Leiter,Mark,R,R,PHI,P
30 | liveb001,Lively,Ben,R,R,PHI,P
31 | milnh001,Milner,Hoby,L,L,PHI,P
32 | morga001,Morgan,Adam,L,L,PHI,P
33 | navad002,Nava,Daniel,B,L,PHI,OF
34 | nerih001,Neris,Hector,R,R,PHI,P
35 | neshp001,Neshek,Pat,B,R,PHI,P
36 | nicaj001,Nicasio,Juan,R,R,PHI,P
37 | nolaa001,Nola,Aaron,R,R,PHI,P
38 | perkc001,Perkins,Cameron,R,R,PHI,OF
39 | pintr002,Pinto,Ricardo,R,R,PHI,P
40 | piven001,Pivetta,Nick,R,R,PHI,P
41 | ramoe002,Ramos,Edubray,R,R,PHI,P
42 | riosy001,Rios,Yacksel,R,R,PHI,P
43 | rodrj004,Rodriguez,Joely,L,L,PHI,P
44 | ruppc001,Rupp,Cameron,R,R,PHI,C
45 | saunm001,Saunders,Michael,L,R,PHI,OF
46 | siegk001,Siegrist,Kevin,L,L,PHI,P
47 | stasb001,Stassi,Brock,L,L,PHI,1B
48 | therj001,Therrien,Jesen,R,R,PHI,P
49 | thomj007,Thompson,Jake,R,R,PHI,P
50 | velav001,Velasquez,Vincent,R,R,PHI,P
51 | willn001,Williams,Nick,L,L,PHI,OF
52 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/PIT2017.ROS:
--------------------------------------------------------------------------------
1 | barbj001,Barbato,John,R,R,PIT,P
2 | basta001,Bastardo,Antonio,R,L,PIT,P
3 | bellj005,Bell,Josh,B,R,PIT,1B
4 | benoj001,Benoit,Joaquin,R,R,PIT,P
5 | bormj001,Bormann,John,R,R,PIT,C
6 | bostc001,Bostick,Chris,R,R,PIT,2B
7 | braus002,Brault,Steven,L,L,PIT,P
8 | cervf001,Cervelli,Francisco,R,R,PIT,C
9 | coleg001,Cole,Gerrit,R,R,PIT,P
10 | diaze005,Diaz,Elias,R,R,PIT,C
11 | fraza001,Frazier,Adam,L,R,PIT,OF
12 | freed001,Freese,David,R,R,PIT,3B
13 | glast001,Glasnow,Tyler,L,R,PIT,P
14 | gossp001,Gosselin,Phil,R,R,PIT,2B
15 | hansa001,Hanson,Alen,B,R,PIT,SS
16 | harrj002,Harrison,Josh,R,R,PIT,3B
17 | hudsd001,Hudson,Daniel,R,R,PIT,P
18 | jasoj001,Jaso,John,L,R,PIT,1B
19 | kontg001,Kontos,George,R,R,PIT,P
20 | kuhlc001,Kuhl,Chad,R,R,PIT,P
21 | leatj001,Leathersich,Jack,R,L,PIT,P
22 | leblw001,LeBlanc,Wade,L,L,PIT,P
23 | lindj004,Lindblom,Josh,R,R,PIT,P
24 | luplj001,Luplow,Jordan,R,R,PIT,OF
25 | marij001,Marinez,Jhan,R,R,PIT,P
26 | marts002,Marte,Starling,R,R,PIT,OF
27 | mccua001,McCutchen,Andrew,R,R,PIT,OF
28 | mercj002,Mercer,Jordy,R,R,PIT,SS
29 | morom001,Moroff,Max,B,R,PIT,2B
30 | neved001,Neverauskas,Dovydas,R,R,PIT,P
31 | nicaj001,Nicasio,Juan,R,R,PIT,P
32 | ngoeg001,Ngoepe,Gift,R,R,PIT,SS
33 | novai001,Nova,Ivan,R,R,PIT,P
34 | ortid002,Ortiz,Danny,L,L,PIT,OF
35 | osunj001,Osuna,Jose,R,R,PIT,OF
36 | polag001,Polanco,Gregory,L,L,PIT,OF
37 | rivef001,Rivero,Felipe,L,L,PIT,P
38 | rodrs002,Rodriguez,Sean,R,R,PIT,1B
39 | runzd001,Runzler,Dan,L,L,PIT,P
40 | sanca008,Sanchez,Angel,R,R,PIT,P
41 | sante002,Santana,Edgar,R,R,PIT,P
42 | schua001,Schugel,A.J.,R,R,PIT,P
43 | stalj001,Stallings,Jacob,R,R,PIT,C
44 | stewc001,Stewart,Chris,R,R,PIT,C
45 | tailj001,Taillon,Jameson,R,R,PIT,P
46 | watst001,Watson,Tony,L,L,PIT,P
47 | willt002,Williams,Trevor,R,R,PIT,P
48 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/README.md:
--------------------------------------------------------------------------------
1 | Basketball game data
2 |
3 | Extension meaning
4 |
5 | Events American League teams (.EVA),
6 | Events National League teams (.EVN),
7 | Events post-season games (.EVE).
8 | Roster File (.ROS)
9 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/SDN2017.ROS:
--------------------------------------------------------------------------------
1 | asuac001,Asuaje,Carlos,L,R,SDN,2B
2 | aybae001,Aybar,Erick,B,R,SDN,SS
3 | baumb001,Baumann,Buddy,L,L,SDN,P
4 | bethc001,Bethancourt,Christian,R,R,SDN,C
5 | blasj001,Blash,Jabari,R,R,SDN,OF
6 | buchr001,Buchter,Ryan,L,L,SDN,P
7 | cahit001,Cahill,Trevor,R,R,SDN,P
8 | cappc001,Capps,Carter,R,R,SDN,P
9 | chacj001,Chacin,Jhoulys,R,R,SDN,P
10 | coled002,Coleman,Dusty,R,R,SDN,3B
11 | cordf003,Cordero,Franchy,L,R,SDN,OF
12 | corda001,Cordoba,Allen,R,R,SDN,SS
13 | cosaj001,Cosart,Jarred,R,R,SDN,P
14 | darnc001,d'Arnaud,Chase,R,R,SDN,SS
15 | diazm004,Diaz,Miguel,R,R,SDN,P
16 | eschj001,Esch,Jake,R,R,SDN,P
17 | galer002,Gale,Rocky,R,R,SDN,C
18 | handb001,Hand,Brad,L,L,SDN,P
19 | hedga001,Hedges,Austin,R,R,SDN,C
20 | jankt001,Jankowski,Travis,L,R,SDN,OF
21 | lamed001,Lamet,Dinelson,R,R,SDN,P
22 | lee-z001,Lee,Zach,R,R,SDN,P
23 | lloyk001,Lloyd,Kyle,R,R,SDN,P
24 | lylej001,Lyles,Jordan,R,R,SDN,P
25 | margm001,Margot,Manuel,R,R,SDN,OF
26 | matop002,Maton,Phil,R,R,SDN,P
27 | maurb001,Maurer,Brandon,R,R,SDN,P
28 | mazzc001,Mazzoni,Cory,R,R,SDN,P
29 | mcgrk001,McGrath,Kyle,L,L,SDN,P
30 | melvt001,Melville,Tim,R,R,SDN,P
31 | myerw001,Myers,Wil,R,R,SDN,OF
32 | overd001,Overton,Dillon,L,L,SDN,P
33 | perdl002,Perdomo,Luis,R,R,SDN,P
34 | pirej001,Pirela,Jose,R,R,SDN,2B
35 | quack001,Quackenbush,Kevin,R,R,SDN,P
36 | renfh001,Renfroe,Hunter,R,R,SDN,OF
37 | richc002,Richard,Clayton,L,L,SDN,P
38 | ruizj001,Ruiz,Jose,R,R,SDN,P
39 | sanch002,Sanchez,Hector,B,R,SDN,C
40 | sardl001,Sardinas,Luis,B,R,SDN,2B
41 | schir001,Schimpf,Ryan,L,R,SDN,3B
42 | solay001,Solarte,Yangervis,B,R,SDN,3B
43 | spanc001,Spangenberg,Cory,L,R,SDN,2B
44 | stamc001,Stammen,Craig,R,R,SDN,P
45 | szczm001,Szczur,Matt,R,R,SDN,OF
46 | torrl001,Torrens,Luis,R,R,SDN,C
47 | torrj001,Torres,Jose,L,L,SDN,P
48 | valdj003,Valdez,Jose,R,R,SDN,P
49 | villc002,Villanueva,Christian,R,R,SDN,3B
50 | weavj003,Weaver,Jered,R,R,SDN,P
51 | woodt004,Wood,Travis,R,L,SDN,P
52 | yatek001,Yates,Kirby,L,R,SDN,P
53 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/SEA2017.ROS:
--------------------------------------------------------------------------------
1 | albea001,Albers,Andrew,R,L,SEA,P
2 | alony001,Alonso,Yonder,L,R,SEA,1B
3 | altad001,Altavilla,Dan,R,R,SEA,P
4 | beckg001,Beckham,Gordon,R,R,SEA,3B
5 | bergc001,Bergman,Christian,R,R,SEA,P
6 | canor001,Cano,Robinson,L,R,SEA,2B
7 | cishs001,Cishek,Steve,R,R,SEA,P
8 | cloyt001,Cloyd,Tyler,R,R,SEA,P
9 | cruzn002,Cruz,Nelson,R,R,SEA,OF
10 | curtz001,Curtis,Zac,L,L,SEA,P
11 | dejoc001,De Jong,Chase,L,R,SEA,P
12 | diaze006,Diaz,Edwin,R,R,SEA,P
13 | dysoj001,Dyson,Jarrod,L,R,SEA,OF
14 | espid001,Espinosa,Danny,B,R,SEA,2B
15 | fienc001,Fien,Casey,R,R,SEA,P
16 | freem002,Freeman,Mike,L,R,SEA,1B
17 | gally001,Gallardo,Yovani,R,R,SEA,P
18 | gameb001,Gamel,Ben,L,L,SEA,OF
19 | gartr001,Garton,Ryan,R,R,SEA,P
20 | gavis001,Gaviglio,Sam,R,R,SEA,P
21 | gonzm005,Gonzales,Marco,L,L,SEA,P
22 | goset001,Gosewisch,Tuffy,R,R,SEA,C
23 | hanim001,Haniger,Mitch,R,R,SEA,OF
24 | hannj002,Hannemann,Jacob,L,L,SEA,OF
25 | hereg002,Heredia,Guillermo,R,L,SEA,OF
26 | hernf002,Hernandez,Felix,R,R,SEA,P
27 | hestc001,Heston,Chris,R,R,SEA,P
28 | iwakh001,Iwakuma,Hisashi,R,R,SEA,P
29 | lawrc001,Lawrence,Casey,R,R,SEA,P
30 | leakm001,Leake,Mike,R,R,SEA,P
31 | machj002,Machi,Jean,R,R,SEA,P
32 | marjm001,Marjama,Mike,R,R,SEA,C
33 | marse001,Marshall,Evan,R,R,SEA,P
34 | martc008,Martin,Cody,R,R,SEA,P
35 | martl004,Martin,Leonys,L,R,SEA,OF
36 | miraa002,Miranda,Ariel,L,L,SEA,P
37 | moora002,Moore,Andrew,R,R,SEA,P
38 | mottt001,Motter,Taylor,R,R,SEA,OF
39 | overd001,Overton,Dillon,L,L,SEA,P
40 | pagae001,Pagan,Emilio,L,R,SEA,P
41 | paxtj001,Paxton,James,L,L,SEA,P
42 | pheld001,Phelps,David,R,R,SEA,P
43 | povsm001,Povse,Max,R,R,SEA,P
44 | poweb002,Powell,Boog,L,L,SEA,OF
45 | pazoj001,Pazos,James,R,L,SEA,P
46 | ramie004,Ramirez,Erasmo,R,R,SEA,P
47 | ruizc001,Ruiz,Carlos,R,R,SEA,C
48 | rzepm001,Rzepczynski,Marc,L,L,SEA,P
49 | scrie001,Scribner,Evan,R,R,SEA,P
50 | seagk001,Seager,Kyle,L,R,SEA,3B
51 | seguj002,Segura,Jean,R,R,SEA,SS
52 | simms001,Simmons,Shae,R,R,SEA,P
53 | smitt002,Smith,Tyler,R,R,SEA,2B
54 | valed001,Valencia,Danny,R,R,SEA,3B
55 | vieit001,Vieira,Thyago,R,R,SEA,P
56 | vincn001,Vincent,Nick,R,R,SEA,P
57 | voged001,Vogelbach,Daniel,L,R,SEA,1B
58 | weber001,Weber,Ryan,R,R,SEA,P
59 | whalr001,Whalen,Rob,R,R,SEA,P
60 | zunim001,Zunino,Mike,R,R,SEA,C
61 | zycht001,Zych,Tony,R,R,SEA,P
62 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/SFN2017.ROS:
--------------------------------------------------------------------------------
1 | arroc001,Arroyo,Christian,R,R,SFN,3B
2 | beltb001,Belt,Brandon,L,L,SFN,1B
3 | blact002,Blach,Ty,R,L,SFN,P
4 | bumgm001,Bumgarner,Madison,R,L,SFN,P
5 | cainm001,Cain,Matt,R,R,SFN,P
6 | calio001,Calixte,Orlando,R,R,SFN,SS
7 | crawb001,Crawford,Brandon,L,R,SFN,SS
8 | crick001,Crick,Kyle,L,R,SFN,P
9 | cuetj001,Cueto,Johnny,R,R,SFN,P
10 | dysos001,Dyson,Sam,R,R,SFN,P
11 | fedet001,Federowicz,Tim,R,R,SFN,C
12 | gearc001,Gearrin,Cory,R,R,SFN,P
13 | gillc001,Gillaspie,Conor,L,R,SFN,1B
14 | gomem002,Gomez,Miguel,B,R,SFN,3B
15 | gomer002,Gomez,Roberto,B,R,SFN,P
16 | herng001,Hernandez,Gorkys,R,R,SFN,OF
17 | hilla001,Hill,Aaron,R,R,SFN,2B
18 | hundn001,Hundley,Nick,R,R,SFN,C
19 | hwanj001,Hwang,Jae-Gyun,R,R,SFN,3B
20 | joner005,Jones,Ryder,L,R,SFN,3B
21 | kontg001,Kontos,George,R,R,SFN,P
22 | law-d001,Law,Derek,R,R,SFN,P
23 | marrc001,Marrero,Chris,R,R,SFN,1B
24 | melam001,Melancon,Mark,R,R,SFN,P
25 | moncc001,Moncrief,Carlos,L,R,SFN,OF
26 | moorm003,Moore,Matt,L,L,SFN,P
27 | moror001,Moronta,Reyes,R,R,SFN,P
28 | morrb002,Morris,Bryan,L,R,SFN,P
29 | morsm001,Morse,Michael,R,R,SFN,1B
30 | nunee002,Nunez,Eduardo,R,R,SFN,SS
31 | okers001,Okert,Steven,L,L,SFN,P
32 | osicj001,Osich,Josh,L,L,SFN,P
33 | panij002,Panik,Joe,L,R,SFN,2B
34 | parkj002,Parker,Jarrett,L,L,SFN,OF
35 | pench001,Pence,Hunter,R,R,SFN,OF
36 | poseb001,Posey,Buster,R,R,SFN,C
37 | ramin001,Ramirez,Neil,R,R,SFN,P
38 | ruggj001,Ruggiano,Justin,R,R,SFN,OF
39 | samaj001,Samardzija,Jeff,R,R,SFN,P
40 | sandp001,Sandoval,Pablo,B,R,SFN,3B
41 | sland001,Slania,Dan,R,R,SFN,P
42 | slata001,Slater,Austin,R,R,SFN,OF
43 | spand001,Span,Denard,L,L,SFN,OF
44 | strac001,Stratton,Chris,R,R,SFN,P
45 | strih001,Strickland,Hunter,R,R,SFN,P
46 | stubd001,Stubbs,Drew,R,R,SFN,OF
47 | suara001,Suarez,Albert,R,R,SFN,P
48 | tomlk001,Tomlinson,Kelby,R,R,SFN,2B
49 | willm008,Williamson,Mac,R,R,SFN,OF
50 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/SLN2017.ROS:
--------------------------------------------------------------------------------
1 | adamm002,Adams,Matt,L,R,SLN,1B
2 | alcas001,Alcantara,Sandy,R,R,SLN,P
3 | badeh001,Bader,Harrison,R,R,SLN,OF
4 | bowmm001,Bowman,Matt,R,R,SLN,P
5 | brebj001,Brebbia,John,L,R,SLN,P
6 | broxj001,Broxton,Jonathan,R,R,SLN,P
7 | carpm002,Carpenter,Matt,L,R,SLN,3B
8 | cecib001,Cecil,Brett,R,L,SLN,P
9 | dejop001,DeJong,Paul,R,R,SLN,3B
10 | diaza003,Diaz,Aledmys,R,R,SLN,SS
11 | dukez001,Duke,Zach,L,L,SLN,P
12 | flahj002,Flaherty,Jack,R,R,SLN,P
13 | fowld001,Fowler,Dexter,B,R,SLN,OF
14 | fryee001,Fryer,Eric,R,R,SLN,C
15 | gantj002,Gant,John,R,R,SLN,P
16 | garcg002,Garcia,Greg,L,R,SLN,SS
17 | gonzm005,Gonzales,Marco,L,L,SLN,P
18 | gricr001,Grichuk,Randal,R,R,SLN,OF
19 | gyorj001,Gyorko,Jedd,R,R,SLN,2B
20 | huffc001,Huffman,Chad,R,R,SLN,OF
21 | kellc002,Kelly,Carson,R,R,SLN,C
22 | leakm001,Leake,Mike,R,R,SLN,P
23 | lucaj001,Lucas,Josh,R,R,SLN,P
24 | lynnl001,Lynn,Lance,R,R,SLN,P
25 | lyont001,Lyons,Tyler,B,L,SLN,P
26 | martc006,Martinez,Carlos,R,R,SLN,P
27 | martj008,Martinez,Jose,R,R,SLN,OF
28 | mayem001,Mayers,Mike,R,R,SLN,P
29 | mejia002,Mejia,Alex,R,R,SLN,SS
30 | moliy001,Molina,Yadier,R,R,SLN,C
31 | nicaj001,Nicasio,Juan,R,R,SLN,P
32 | oh--s001,Oh,Seung Hwan,R,R,SLN,P
33 | peraj001,Peralta,Jhonny,R,R,SLN,SS
34 | phamt001,Pham,Tommy,R,R,SLN,OF
35 | piscs001,Piscotty,Stephen,R,R,SLN,OF
36 | rosaa002,Rosario,Alberto,R,R,SLN,C
37 | roset001,Rosenthal,Trevor,R,R,SLN,P
38 | sherr001,Sherriff,Ryan,L,L,SLN,P
39 | siegk001,Siegrist,Kevin,L,L,SLN,P
40 | sierm002,Sierra,Magneuris,L,L,SLN,OF
41 | socom001,Socolovich,Miguel,R,R,SLN,P
42 | tuivs001,Tuivailala,Sam,R,R,SLN,P
43 | valeb001,Valera,Breyvic,B,R,SLN,2B
44 | voitl001,Voit,Luke,R,R,SLN,1B
45 | wachm001,Wacha,Michael,R,R,SLN,P
46 | waina001,Wainwright,Adam,R,R,SLN,P
47 | weavl001,Weaver,Luke,R,R,SLN,P
48 | wongk001,Wong,Kolten,L,R,SLN,2B
49 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/TBA2017.ROS:
--------------------------------------------------------------------------------
1 | alvaj004,Alvarado,Jose,L,L,TBA,P
2 | andrm001,Andriese,Matt,R,R,TBA,P
3 | archc001,Archer,Chris,R,R,TBA,P
4 | beckt001,Beckham,Tim,R,R,TBA,2B
5 | bourp001,Bourjos,Peter,R,R,TBA,OF
6 | boxbb001,Boxberger,Brad,R,R,TBA,P
7 | casac001,Casali,Curt,R,R,TBA,C
8 | cedex001,Cedeno,Xavier,L,L,TBA,P
9 | cishs001,Cishek,Steve,R,R,TBA,P
10 | cobba001,Cobb,Alex,R,R,TBA,P
11 | coloa001,Colome,Alex,R,R,TBA,P
12 | delej003,De Leon,Jose,R,R,TBA,P
13 | diazj005,Diaz,Jumbo,R,R,TBA,P
14 | dickc002,Dickerson,Corey,L,R,TBA,OF
15 | dudal001,Duda,Lucas,L,R,TBA,1B
16 | espid001,Espinosa,Danny,B,R,TBA,2B
17 | farij001,Faria,Jacob,R,R,TBA,P
18 | farqd001,Farquhar,Danny,R,R,TBA,P
19 | featt001,Featherston,Taylor,R,R,TBA,3B
20 | gartr001,Garton,Ryan,R,R,TBA,P
21 | hecha001,Hechavarria,Adeiny,R,R,TBA,SS
22 | hu--c002,Hu,Chih-Wei,R,R,TBA,P
23 | huntt002,Hunter,Tommy,R,R,TBA,P
24 | jennd003,Jennings,Dan,L,L,TBA,P
25 | kierk001,Kiermaier,Kevin,L,R,TBA,OF
26 | kitta001,Kittredge,Andrew,R,R,TBA,P
27 | kolaa001,Kolarek,Adam,L,L,TBA,P
28 | longe001,Longoria,Evan,R,R,TBA,3B
29 | markj001,Marks,Justin,L,L,TBA,P
30 | martm003,Martinez,Michael,B,R,TBA,2B
31 | millb002,Miller,Brad,L,R,TBA,SS
32 | mored001,Moreno,Diego,R,R,TBA,P
33 | morrl001,Morrison,Logan,L,L,TBA,1B
34 | norrd001,Norris,Derek,R,R,TBA,C
35 | odorj001,Odorizzi,Jake,R,R,TBA,P
36 | petes002,Peterson,Shane,L,L,TBA,OF
37 | plout001,Plouffe,Trevor,R,R,TBA,3B
38 | pruia001,Pruitt,Austin,R,R,TBA,P
39 | puelc001,Puello,Cesar,R,R,TBA,OF
40 | ramie004,Ramirez,Erasmo,R,R,TBA,P
41 | ramow001,Ramos,Wilson,R,R,TBA,C
42 | rasmc001,Rasmus,Colby,L,L,TBA,OF
43 | robed004,Robertson,Daniel,R,R,TBA,SS
44 | roe-c001,Roe,Chaz,R,R,TBA,P
45 | romos001,Romo,Sergio,R,R,TBA,P
46 | smitm007,Smith,Mallex,L,R,TBA,OF
47 | snelb001,Snell,Blake,L,L,TBA,P
48 | souzs001,Souza,Steven,R,R,TBA,OF
49 | stanr002,Stanek,Ryne,R,R,TBA,P
50 | sucrj001,Sucre,Jesus,R,R,TBA,C
51 | weekr001,Weeks,Rickie,R,R,TBA,2B
52 | whitc001,Whitley,Chase,R,R,TBA,P
53 | woodh001,Wood,Hunter,R,R,TBA,P
54 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/TEAM2017:
--------------------------------------------------------------------------------
1 | ANA,A,Anaheim,Angels
2 | BAL,A,Baltimore,Orioles
3 | BOS,A,Boston,Red Sox
4 | CHA,A,Chicago,White Sox
5 | CLE,A,Cleveland,Indians
6 | DET,A,Detroit,Tigers
7 | HOU,A,Houston,Astros
8 | KCA,A,Kansas City,Royals
9 | MIN,A,Minnesota,Twins
10 | NYA,A,New York,Yankees
11 | OAK,A,Oakland,Athletics
12 | SEA,A,Seattle,Mariners
13 | TBA,A,Tampa Bay,Rays
14 | TEX,A,Texas,Rangers
15 | TOR,A,Toronto,Blue Jays
16 | ARI,N,Arizona,Diamondbacks
17 | ATL,N,Atlanta,Braves
18 | CHN,N,Chicago,Cubs
19 | CIN,N,Cincinnati,Reds
20 | COL,N,Colorado,Rockies
21 | LAN,N,Los Angeles,Dodgers
22 | MIA,N,Miami,Marlins
23 | MIL,N,Milwaukee,Brewers
24 | NYN,N,New York,Mets
25 | PHI,N,Philadelphia,Phillies
26 | PIT,N,Pittsburgh,Pirates
27 | SDN,N,San Diego,Padres
28 | SFN,N,San Francisco,Giants
29 | SLN,N,St. Louis,Cardinals
30 | WAS,N,Washington,Nationals
31 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/TEX2017.ROS:
--------------------------------------------------------------------------------
1 | alvad001,Alvarez,Dario,L,L,TEX,P
2 | andre001,Andrus,Elvis,R,R,TEX,SS
3 | barnt002,Barnette,Tony,R,R,TEX,P
4 | bassa001,Bass,Anthony,R,R,TEX,P
5 | belta001,Beltre,Adrian,R,R,TEX,3B
6 | bibea001,Bibens-Dirkx,Austin,R,R,TEX,P
7 | bushm001,Bush,Matt,R,R,TEX,P
8 | calhw001,Calhoun,Willie,L,R,TEX,OF
9 | casha001,Cashner,Andrew,R,R,TEX,P
10 | chirr001,Chirinos,Robinson,R,R,TEX,C
11 | choos001,Choo,Shin-Soo,L,L,TEX,OF
12 | claip001,Claiborne,Preston,R,R,TEX,P
13 | claua001,Claudio,Alex,L,L,TEX,P
14 | darvy001,Darvish,Yu,R,R,TEX,P
15 | deshd002,DeShields,Delino,R,R,TEX,OF
16 | diekj001,Diekman,Jake,L,L,TEX,P
17 | dysos001,Dyson,Sam,R,R,TEX,P
18 | espip001,Espino,Paolo,R,R,TEX,P
19 | friee001,Frieri,Ernesto,R,R,TEX,P
20 | gallj002,Gallo,Joey,L,R,TEX,OF
21 | gardn001,Gardewine,Nick,R,R,TEX,P
22 | gee-d001,Gee,Dillon,R,R,TEX,P
23 | gomec002,Gomez,Carlos,R,R,TEX,OF
24 | gonzm003,Gonzalez,Miguel,R,R,TEX,P
25 | gossp001,Gosselin,Phil,R,R,TEX,2B
26 | grifa002,Griffin,A.J.,R,R,TEX,P
27 | grilj001,Grilli,Jason,R,R,TEX,P
28 | hamec001,Hamels,Cole,L,L,TEX,P
29 | hausm001,Hauschild,Mike,R,R,TEX,P
30 | hoyij001,Hoying,Jared,L,R,TEX,OF
31 | jeffj001,Jeffress,Jeremy,R,R,TEX,P
32 | jimea001,Jimenez,A.J.,R,R,TEX,C
33 | kelak001,Kela,Keone,R,R,TEX,P
34 | kozmp001,Kozma,Pete,R,R,TEX,SS
35 | leclj001,Leclerc,Jose,R,R,TEX,P
36 | lucrj001,Lucroy,Jonathan,R,R,TEX,C
37 | marij001,Marinez,Jhan,R,R,TEX,P
38 | martn002,Martinez,Nick,L,R,TEX,P
39 | mazan001,Mazara,Nomar,L,L,TEX,OF
40 | mendy001,Mendez,Yohander,L,L,TEX,P
41 | middw001,Middlebrooks,Will,R,R,TEX,3B
42 | napom001,Napoli,Mike,R,R,TEX,1B
43 | nichb001,Nicholas,Brett,L,R,TEX,C
44 | odorr001,Odor,Rougned,L,R,TEX,2B
45 | perem004,Perez,Martin,L,L,TEX,P
46 | profj001,Profar,Jurickson,B,R,TEX,2B
47 | robid003,Robinson,Drew,L,R,TEX,3B
48 | rodrr007,Rodriguez,Ricardo,R,R,TEX,P
49 | rosst001,Ross,Tyson,R,R,TEX,P
50 | rua-r001,Rua,Ryan,R,R,TEX,OF
51 | schet001,Scheppers,Tanner,R,R,TEX,P
52 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/TOR2017.ROS:
--------------------------------------------------------------------------------
1 | alfoa002,Alford,Anthony,R,R,TOR,OF
2 | andeb004,Anderson,Brett,L,L,TOR,P
3 | aokin001,Aoki,Nori,L,R,TOR,OF
4 | barnd002,Barnes,Danny,L,R,TOR,P
5 | barnd001,Barney,Darwin,R,R,TOR,2B
6 | bautj002,Bautista,Jose,R,R,TOR,OF
7 | belij001,Beliveau,Jeff,L,L,TOR,P
8 | biagj001,Biagini,Joe,R,R,TOR,P
9 | bolsm001,Bolsinger,Mike,R,R,TOR,P
10 | campl001,Campos,Leonel,R,R,TOR,P
11 | carre001,Carrera,Ezequiel,L,L,TOR,OF
12 | cecid001,Ceciliani,Darrell,L,L,TOR,OF
13 | coghc001,Coghlan,Chris,L,R,TOR,OF
14 | colet001,Cole,Taylor,R,R,TOR,P
15 | dermm001,Dermody,Matt,R,L,TOR,P
16 | donaj001,Donaldson,Josh,R,R,TOR,3B
17 | estrm001,Estrada,Marco,R,R,TOR,P
18 | goinr001,Goins,Ryan,L,R,TOR,2B
19 | grilj001,Grilli,Jason,R,R,TOR,P
20 | happj001,Happ,J.A.,L,L,TOR,P
21 | harrl002,Harrell,Lucas,B,R,TOR,P
22 | hernt002,Hernandez,Teoscar,R,R,TOR,OF
23 | houst002,House,TJ,R,L,TOR,P
24 | howej003,Howell,J.P.,L,L,TOR,P
25 | koeht001,Koehler,Tom,R,R,TOR,P
26 | latom001,Latos,Mat,R,R,TOR,P
27 | leond003,Leone,Dominic,R,R,TOR,P
28 | lawrc001,Lawrence,Casey,R,R,TOR,P
29 | lirif001,Liriano,Francisco,L,L,TOR,P
30 | loper002,Lopez,Rafael,L,R,TOR,C
31 | loupa001,Loup,Aaron,L,L,TOR,P
32 | maill001,Maile,Luke,R,R,TOR,C
33 | martr004,Martin,Russell,R,R,TOR,C
34 | mayzt001,Mayza,Tim,L,L,TOR,P
35 | montm001,Montero,Miguel,L,R,TOR,C
36 | morak001,Morales,Kendrys,B,R,TOR,DH
37 | ohlmm001,Ohlman,Mike,R,R,TOR,C
38 | osunr001,Osuna,Roberto,R,R,TOR,P
39 | parmi001,Parmley,Ian,L,L,TOR,OF
40 | pears001,Pearce,Steve,R,R,TOR,OF
41 | pillk001,Pillar,Kevin,R,R,TOR,OF
42 | ramic001,Ramirez,Carlos,R,R,TOR,P
43 | refsr001,Refsnyder,Rob,R,R,TOR,2B
44 | rowlc001,Rowley,Chris,R,R,TOR,P
45 | saltj001,Saltalamacchia,Jarrod,B,R,TOR,C
46 | sanca006,Sanchez,Aaron,R,R,TOR,P
47 | santl001,Santos,Luis,R,R,TOR,P
48 | saunm001,Saunders,Michael,L,R,TOR,OF
49 | smitc005,Smith,Chris,R,R,TOR,P
50 | smitd007,Smith,Dwight,L,R,TOR,OF
51 | smitj002,Smith,Joe,R,R,TOR,P
52 | smoaj001,Smoak,Justin,B,L,TOR,1B
53 | sparg001,Sparkman,Glenn,B,R,TOR,P
54 | strom001,Stroman,Marcus,R,R,TOR,P
55 | teper001,Tepera,Ryan,R,R,TOR,P
56 | tepen001,Tepesch,Nick,R,R,TOR,P
57 | travd001,Travis,Devon,R,R,TOR,2B
58 | tulot001,Tulowitzki,Troy,R,R,TOR,SS
59 | urenr001,Urena,Richard,B,R,TOR,SS
60 | valdc003,Valdez,Cesar,R,R,TOR,P
61 |
--------------------------------------------------------------------------------
/basketball_match_analysis/gamedata/WAS2017.ROS:
--------------------------------------------------------------------------------
1 | adama002,Adams,Austin,R,R,WAS,P
2 | albem001,Albers,Matt,L,R,WAS,P
3 | bautr001,Bautista,Rafael,R,R,WAS,OF
4 | blanj001,Blanton,Joe,R,R,WAS,P
5 | colea002,Cole,A.J.,R,R,WAS,P
6 | deaza001,de Aza,Alejandro,L,L,WAS,OF
7 | difow001,Difo,Wilmer,B,R,WAS,2B
8 | dools001,Doolittle,Sean,L,L,WAS,P
9 | drews001,Drew,Stephen,L,R,WAS,2B
10 | eatoa002,Eaton,Adam,L,L,WAS,OF
11 | fedde001,Fedde,Erick,R,R,WAS,P
12 | glovk001,Glover,Koda,R,R,WAS,P
13 | gonzg003,Gonzalez,Gio,R,L,WAS,P
14 | goodb001,Goodwin,Brian,L,R,WAS,OF
15 | gottt001,Gott,Trevor,R,R,WAS,P
16 | gracm003,Grace,Matt,L,L,WAS,P
17 | greeg002,Green,Grant,R,R,WAS,2B
18 | guthj001,Guthrie,Jeremy,R,R,WAS,P
19 | harpb003,Harper,Bryce,L,R,WAS,OF
20 | heisc001,Heisey,Chris,R,R,WAS,OF
21 | jacke001,Jackson,Edwin,R,R,WAS,P
22 | kells001,Kelley,Shawn,R,R,WAS,P
23 | kendh001,Kendrick,Howie,R,R,WAS,OF
24 | kintb001,Kintzler,Brandon,R,R,WAS,P
25 | linda001,Lind,Adam,L,L,WAS,1B
26 | lobaj001,Lobaton,Jose,B,R,WAS,C
27 | madsr001,Madson,Ryan,L,R,WAS,P
28 | murpd006,Murphy,Daniel,L,R,WAS,2B
29 | pereo002,Perez,Oliver,L,L,WAS,P
30 | rabur001,Raburn,Ryan,R,R,WAS,2B
31 | readr002,Read,Raudy,R,R,WAS,C
32 | renda001,Rendon,Anthony,R,R,WAS,2B
33 | roart001,Roark,Tanner,R,R,WAS,P
34 | roblv001,Robles,Victor,R,R,WAS,OF
35 | romee002,Romero,Enny,R,L,WAS,P
36 | rossj002,Ross,Joe,R,R,WAS,P
37 | sanca007,Sanchez,Adrian,R,R,WAS,2B
38 | schem001,Scherzer,Max,R,R,WAS,P
39 | sevep001,Severino,Pedro,R,R,WAS,C
40 | solis001,Solis,Sammy,R,L,WAS,P
41 | steva001,Stevenson,Andrew,L,L,WAS,OF
42 | stras001,Strasburg,Stephen,R,R,WAS,P
43 | taylm002,Taylor,Michael,R,R,WAS,OF
44 | treib001,Treinen,Blake,R,R,WAS,P
45 | turnj002,Turner,Jacob,R,R,WAS,P
46 | turnt001,Turner,Trea,R,R,WAS,SS
47 | wertj001,Werth,Jayson,R,R,WAS,OF
48 | wietm001,Wieters,Matt,B,R,WAS,C
49 | zimmr001,Zimmerman,Ryan,R,R,WAS,1B
50 |
--------------------------------------------------------------------------------
/basketball_match_analysis/id_to_name.pig:
--------------------------------------------------------------------------------
1 | raw_data = LOAD '/gamedata/*.EV{A,N}' using PigStorage(',') as (type:chararray,id:chararray,name:chararray);
2 | players_data= filter raw_data by type MATCHES 'start' OR type MATCHES 'sub';
3 | id_name = foreach players_data generate id,name;
4 | distinct_data = DISTINCT id_name;
5 | sorted_data = order distinct_data by id;
6 | store sorted_data INTO '/gamedata/id_player_mapping' using PigStorage(',');
7 |
--------------------------------------------------------------------------------
/basketball_match_analysis/total_counts.pig:
--------------------------------------------------------------------------------
1 | all_data = load '/gamedata/*EV{A,N}' using PigStorage(',') as (teams:chararray); -- all team data
2 | al_data = load '/gamedata/*EVA' using PigStorage(',') as (team:chararray); -- amerikan_league data
3 | nl_data = load '/gamedata/*EVN' using PigStorage(',') as (team:chararray); -- national_league
4 |
5 | all_data_ids = filter all_data by teams MATCHES 'id';
6 | al_data_ids = filter al_data by team MATCHES 'id';
7 | nl_data_ids = filter nl_data by team MATCHES 'id';
8 |
9 | all_id_grp = group all_data_ids ALL;
10 | al_id_grp = group al_data_ids ALL;
11 | nl_id_grp = group nl_data_ids ALL;
12 |
13 |
14 | allcount = foreach all_id_grp generate COUNT(all_data_ids) as tmatch; -- tmatch total match played
15 | alcount = foreach al_id_grp generate COUNT(al_data_ids) as talm; -- talm total amerikan league matches
16 | nlcount = foreach nl_id_grp generate COUNT(nl_data_ids) as tnlm; -- tnlm total national league matches
17 |
18 |
19 | matchcounttable = foreach allcount generate tmatch,alcount.talm,nlcount.tnlm; -- total matches
20 | store matchcounttable INTO '/gamedata/totalmatches' using PigStorage(','); -- store data in HDFS
21 | dump matchcounttable; -- dump data on console
22 |
--------------------------------------------------------------------------------
/demonetization_analysis/AFINN.txt:
--------------------------------------------------------------------------------
1 | abandon -2
2 | abandoned -2
3 | abandons -2
4 | abducted -2
5 | abduction -2
6 | abductions -2
7 | abhor -3
8 | abhorred -3
9 | abhorrent -3
10 | abhors -3
11 | abilities 2
12 | ability 2
13 | aboard 1
14 | absentee -1
15 | absentees -1
16 | absolve 2
17 | absolved 2
18 | absolves 2
19 | absolving 2
20 | absorbed 1
21 | abuse -3
22 | abused -3
23 | abuses -3
24 | abusive -3
25 | accept 1
26 | accepted 1
27 | accepting 1
28 | accepts 1
29 | accident -2
30 | accidental -2
31 | accidentally -2
32 | accidents -2
33 | accomplish 2
34 | accomplished 2
35 | accomplishes 2
36 | accusation -2
37 | accusations -2
38 | accuse -2
39 | accused -2
40 | accuses -2
41 | accusing -2
42 | ache -2
43 | achievable 1
44 | aching -2
45 | acquit 2
46 | acquits 2
47 | acquitted 2
48 | acquitting 2
49 | acrimonious -3
50 | active 1
51 | adequate 1
52 | admire 3
53 | admired 3
54 | admires 3
55 | admiring 3
56 | admit -1
57 | admits -1
58 | admitted -1
59 | admonish -2
60 | admonished -2
61 | adopt 1
62 | adopts 1
63 | adorable 3
64 | adore 3
65 | adored 3
66 | adores 3
67 | advanced 1
68 | advantage 2
69 | advantages 2
70 | adventure 2
71 | adventures 2
72 | adventurous 2
73 | affected -1
74 | affection 3
75 | affectionate 3
76 | afflicted -1
77 | affronted -1
78 | afraid -2
79 | aggravate -2
80 | aggravated -2
81 | aggravates -2
82 | aggravating -2
83 | aggression -2
84 | aggressions -2
85 | aggressive -2
86 | aghast -2
87 | agog 2
88 | agonise -3
89 | agonised -3
90 | agonises -3
91 | agonising -3
92 | agonize -3
93 | agonized -3
94 | agonizes -3
95 | agonizing -3
96 | agree 1
97 | agreeable 2
98 | agreed 1
99 | agreement 1
100 | agrees 1
101 | alarm -2
102 | alarmed -2
103 | alarmist -2
104 | alarmists -2
105 | alas -1
106 | alert -1
107 | alienation -2
108 | alive 1
109 | allergic -2
110 | allow 1
111 | alone -2
112 | amaze 2
113 | amazed 2
114 | amazes 2
115 | amazing 4
116 | ambitious 2
117 | ambivalent -1
118 | amuse 3
119 | amused 3
120 | amusement 3
121 | amusements 3
122 | anger -3
123 | angers -3
124 | angry -3
125 | anguish -3
126 | anguished -3
127 | animosity -2
128 | annoy -2
129 | annoyance -2
130 | annoyed -2
131 | annoying -2
132 | annoys -2
133 | antagonistic -2
134 | anti -1
135 | anticipation 1
136 | anxiety -2
137 | anxious -2
138 | apathetic -3
139 | apathy -3
140 | apeshit -3
141 | apocalyptic -2
142 | apologise -1
143 | apologised -1
144 | apologises -1
145 | apologising -1
146 | apologize -1
147 | apologized -1
148 | apologizes -1
149 | apologizing -1
150 | apology -1
151 | appalled -2
152 | appalling -2
153 | appease 2
154 | appeased 2
155 | appeases 2
156 | appeasing 2
157 | applaud 2
158 | applauded 2
159 | applauding 2
160 | applauds 2
161 | applause 2
162 | appreciate 2
163 | appreciated 2
164 | appreciates 2
165 | appreciating 2
166 | appreciation 2
167 | apprehensive -2
168 | approval 2
169 | approved 2
170 | approves 2
171 | ardent 1
172 | arrest -2
173 | arrested -3
174 | arrests -2
175 | arrogant -2
176 | ashame -2
177 | ashamed -2
178 | ass -4
179 | assassination -3
180 | assassinations -3
181 | asset 2
182 | assets 2
183 | assfucking -4
184 | asshole -4
185 | astonished 2
186 | astound 3
187 | astounded 3
188 | astounding 3
189 | astoundingly 3
190 | astounds 3
191 | attack -1
192 | attacked -1
193 | attacking -1
194 | attacks -1
195 | attract 1
196 | attracted 1
197 | attracting 2
198 | attraction 2
199 | attractions 2
200 | attracts 1
201 | audacious 3
202 | authority 1
203 | avert -1
204 | averted -1
205 | averts -1
206 | avid 2
207 | avoid -1
208 | avoided -1
209 | avoids -1
210 | await -1
211 | awaited -1
212 | awaits -1
213 | award 3
214 | awarded 3
215 | awards 3
216 | awesome 4
217 | awful -3
218 | awkward -2
219 | axe -1
220 | axed -1
221 | backed 1
222 | backing 2
223 | backs 1
224 | bad -3
225 | badass -3
226 | badly -3
227 | bailout -2
228 | bamboozle -2
229 | bamboozled -2
230 | bamboozles -2
231 | ban -2
232 | banish -1
233 | bankrupt -3
234 | bankster -3
235 | banned -2
236 | bargain 2
237 | barrier -2
238 | bastard -5
239 | bastards -5
240 | battle -1
241 | battles -1
242 | beaten -2
243 | beatific 3
244 | beating -1
245 | beauties 3
246 | beautiful 3
247 | beautifully 3
248 | beautify 3
249 | belittle -2
250 | belittled -2
251 | beloved 3
252 | benefit 2
253 | benefits 2
254 | benefitted 2
255 | benefitting 2
256 | bereave -2
257 | bereaved -2
258 | bereaves -2
259 | bereaving -2
260 | best 3
261 | betray -3
262 | betrayal -3
263 | betrayed -3
264 | betraying -3
265 | betrays -3
266 | better 2
267 | bias -1
268 | biased -2
269 | big 1
270 | bitch -5
271 | bitches -5
272 | bitter -2
273 | bitterly -2
274 | bizarre -2
275 | blah -2
276 | blame -2
277 | blamed -2
278 | blames -2
279 | blaming -2
280 | bless 2
281 | blesses 2
282 | blessing 3
283 | blind -1
284 | bliss 3
285 | blissful 3
286 | blithe 2
287 | block -1
288 | blockbuster 3
289 | blocked -1
290 | blocking -1
291 | blocks -1
292 | bloody -3
293 | blurry -2
294 | boastful -2
295 | bold 2
296 | boldly 2
297 | bomb -1
298 | boost 1
299 | boosted 1
300 | boosting 1
301 | boosts 1
302 | bore -2
303 | bored -2
304 | boring -3
305 | bother -2
306 | bothered -2
307 | bothers -2
308 | bothersome -2
309 | boycott -2
310 | boycotted -2
311 | boycotting -2
312 | boycotts -2
313 | brainwashing -3
314 | brave 2
315 | breakthrough 3
316 | breathtaking 5
317 | bribe -3
318 | bright 1
319 | brightest 2
320 | brightness 1
321 | brilliant 4
322 | brisk 2
323 | broke -1
324 | broken -1
325 | brooding -2
326 | bullied -2
327 | bullshit -4
328 | bully -2
329 | bullying -2
330 | bummer -2
331 | buoyant 2
332 | burden -2
333 | burdened -2
334 | burdening -2
335 | burdens -2
336 | calm 2
337 | calmed 2
338 | calming 2
339 | calms 2
340 | can't stand -3
341 | cancel -1
342 | cancelled -1
343 | cancelling -1
344 | cancels -1
345 | cancer -1
346 | capable 1
347 | captivated 3
348 | care 2
349 | carefree 1
350 | careful 2
351 | carefully 2
352 | careless -2
353 | cares 2
354 | cashing in -2
355 | casualty -2
356 | catastrophe -3
357 | catastrophic -4
358 | cautious -1
359 | celebrate 3
360 | celebrated 3
361 | celebrates 3
362 | celebrating 3
363 | censor -2
364 | censored -2
365 | censors -2
366 | certain 1
367 | chagrin -2
368 | chagrined -2
369 | challenge -1
370 | chance 2
371 | chances 2
372 | chaos -2
373 | chaotic -2
374 | charged -3
375 | charges -2
376 | charm 3
377 | charming 3
378 | charmless -3
379 | chastise -3
380 | chastised -3
381 | chastises -3
382 | chastising -3
383 | cheat -3
384 | cheated -3
385 | cheater -3
386 | cheaters -3
387 | cheats -3
388 | cheer 2
389 | cheered 2
390 | cheerful 2
391 | cheering 2
392 | cheerless -2
393 | cheers 2
394 | cheery 3
395 | cherish 2
396 | cherished 2
397 | cherishes 2
398 | cherishing 2
399 | chic 2
400 | childish -2
401 | chilling -1
402 | choke -2
403 | choked -2
404 | chokes -2
405 | choking -2
406 | clarifies 2
407 | clarity 2
408 | clash -2
409 | classy 3
410 | clean 2
411 | cleaner 2
412 | clear 1
413 | cleared 1
414 | clearly 1
415 | clears 1
416 | clever 2
417 | clouded -1
418 | clueless -2
419 | cock -5
420 | cocksucker -5
421 | cocksuckers -5
422 | cocky -2
423 | coerced -2
424 | collapse -2
425 | collapsed -2
426 | collapses -2
427 | collapsing -2
428 | collide -1
429 | collides -1
430 | colliding -1
431 | collision -2
432 | collisions -2
433 | colluding -3
434 | combat -1
435 | combats -1
436 | comedy 1
437 | comfort 2
438 | comfortable 2
439 | comforting 2
440 | comforts 2
441 | commend 2
442 | commended 2
443 | commit 1
444 | commitment 2
445 | commits 1
446 | committed 1
447 | committing 1
448 | compassionate 2
449 | compelled 1
450 | competent 2
451 | competitive 2
452 | complacent -2
453 | complain -2
454 | complained -2
455 | complains -2
456 | comprehensive 2
457 | conciliate 2
458 | conciliated 2
459 | conciliates 2
460 | conciliating 2
461 | condemn -2
462 | condemnation -2
463 | condemned -2
464 | condemns -2
465 | confidence 2
466 | confident 2
467 | conflict -2
468 | conflicting -2
469 | conflictive -2
470 | conflicts -2
471 | confuse -2
472 | confused -2
473 | confusing -2
474 | congrats 2
475 | congratulate 2
476 | congratulation 2
477 | congratulations 2
478 | consent 2
479 | consents 2
480 | consolable 2
481 | conspiracy -3
482 | constrained -2
483 | contagion -2
484 | contagions -2
485 | contagious -1
486 | contempt -2
487 | contemptuous -2
488 | contemptuously -2
489 | contend -1
490 | contender -1
491 | contending -1
492 | contentious -2
493 | contestable -2
494 | controversial -2
495 | controversially -2
496 | convince 1
497 | convinced 1
498 | convinces 1
499 | convivial 2
500 | cool 1
501 | cool stuff 3
502 | cornered -2
503 | corpse -1
504 | costly -2
505 | courage 2
506 | courageous 2
507 | courteous 2
508 | courtesy 2
509 | cover-up -3
510 | coward -2
511 | cowardly -2
512 | coziness 2
513 | cramp -1
514 | crap -3
515 | crash -2
516 | crazier -2
517 | craziest -2
518 | crazy -2
519 | creative 2
520 | crestfallen -2
521 | cried -2
522 | cries -2
523 | crime -3
524 | criminal -3
525 | criminals -3
526 | crisis -3
527 | critic -2
528 | criticism -2
529 | criticize -2
530 | criticized -2
531 | criticizes -2
532 | criticizing -2
533 | critics -2
534 | cruel -3
535 | cruelty -3
536 | crush -1
537 | crushed -2
538 | crushes -1
539 | crushing -1
540 | cry -1
541 | crying -2
542 | cunt -5
543 | curious 1
544 | curse -1
545 | cut -1
546 | cute 2
547 | cuts -1
548 | cutting -1
549 | cynic -2
550 | cynical -2
551 | cynicism -2
552 | damage -3
553 | damages -3
554 | damn -4
555 | damned -4
556 | damnit -4
557 | danger -2
558 | daredevil 2
559 | daring 2
560 | darkest -2
561 | darkness -1
562 | dauntless 2
563 | dead -3
564 | deadlock -2
565 | deafening -1
566 | dear 2
567 | dearly 3
568 | death -2
569 | debonair 2
570 | debt -2
571 | deceit -3
572 | deceitful -3
573 | deceive -3
574 | deceived -3
575 | deceives -3
576 | deceiving -3
577 | deception -3
578 | decisive 1
579 | dedicated 2
580 | defeated -2
581 | defect -3
582 | defects -3
583 | defender 2
584 | defenders 2
585 | defenseless -2
586 | defer -1
587 | deferring -1
588 | defiant -1
589 | deficit -2
590 | degrade -2
591 | degraded -2
592 | degrades -2
593 | dehumanize -2
594 | dehumanized -2
595 | dehumanizes -2
596 | dehumanizing -2
597 | deject -2
598 | dejected -2
599 | dejecting -2
600 | dejects -2
601 | delay -1
602 | delayed -1
603 | delight 3
604 | delighted 3
605 | delighting 3
606 | delights 3
607 | demand -1
608 | demanded -1
609 | demanding -1
610 | demands -1
611 | demonstration -1
612 | demoralized -2
613 | denied -2
614 | denier -2
615 | deniers -2
616 | denies -2
617 | denounce -2
618 | denounces -2
619 | deny -2
620 | denying -2
621 | depressed -2
622 | depressing -2
623 | derail -2
624 | derailed -2
625 | derails -2
626 | deride -2
627 | derided -2
628 | derides -2
629 | deriding -2
630 | derision -2
631 | desirable 2
632 | desire 1
633 | desired 2
634 | desirous 2
635 | despair -3
636 | despairing -3
637 | despairs -3
638 | desperate -3
639 | desperately -3
640 | despondent -3
641 | destroy -3
642 | destroyed -3
643 | destroying -3
644 | destroys -3
645 | destruction -3
646 | destructive -3
647 | detached -1
648 | detain -2
649 | detained -2
650 | detention -2
651 | determined 2
652 | devastate -2
653 | devastated -2
654 | devastating -2
655 | devoted 3
656 | diamond 1
657 | dick -4
658 | dickhead -4
659 | die -3
660 | died -3
661 | difficult -1
662 | diffident -2
663 | dilemma -1
664 | dipshit -3
665 | dire -3
666 | direful -3
667 | dirt -2
668 | dirtier -2
669 | dirtiest -2
670 | dirty -2
671 | disabling -1
672 | disadvantage -2
673 | disadvantaged -2
674 | disappear -1
675 | disappeared -1
676 | disappears -1
677 | disappoint -2
678 | disappointed -2
679 | disappointing -2
680 | disappointment -2
681 | disappointments -2
682 | disappoints -2
683 | disaster -2
684 | disasters -2
685 | disastrous -3
686 | disbelieve -2
687 | discard -1
688 | discarded -1
689 | discarding -1
690 | discards -1
691 | disconsolate -2
692 | disconsolation -2
693 | discontented -2
694 | discord -2
695 | discounted -1
696 | discouraged -2
697 | discredited -2
698 | disdain -2
699 | disgrace -2
700 | disgraced -2
701 | disguise -1
702 | disguised -1
703 | disguises -1
704 | disguising -1
705 | disgust -3
706 | disgusted -3
707 | disgusting -3
708 | disheartened -2
709 | dishonest -2
710 | disillusioned -2
711 | disinclined -2
712 | disjointed -2
713 | dislike -2
714 | dismal -2
715 | dismayed -2
716 | disorder -2
717 | disorganized -2
718 | disoriented -2
719 | disparage -2
720 | disparaged -2
721 | disparages -2
722 | disparaging -2
723 | displeased -2
724 | dispute -2
725 | disputed -2
726 | disputes -2
727 | disputing -2
728 | disqualified -2
729 | disquiet -2
730 | disregard -2
731 | disregarded -2
732 | disregarding -2
733 | disregards -2
734 | disrespect -2
735 | disrespected -2
736 | disruption -2
737 | disruptions -2
738 | disruptive -2
739 | dissatisfied -2
740 | distort -2
741 | distorted -2
742 | distorting -2
743 | distorts -2
744 | distract -2
745 | distracted -2
746 | distraction -2
747 | distracts -2
748 | distress -2
749 | distressed -2
750 | distresses -2
751 | distressing -2
752 | distrust -3
753 | distrustful -3
754 | disturb -2
755 | disturbed -2
756 | disturbing -2
757 | disturbs -2
758 | dithering -2
759 | dizzy -1
760 | dodging -2
761 | dodgy -2
762 | does not work -3
763 | dolorous -2
764 | dont like -2
765 | doom -2
766 | doomed -2
767 | doubt -1
768 | doubted -1
769 | doubtful -1
770 | doubting -1
771 | doubts -1
772 | douche -3
773 | douchebag -3
774 | downcast -2
775 | downhearted -2
776 | downside -2
777 | drag -1
778 | dragged -1
779 | drags -1
780 | drained -2
781 | dread -2
782 | dreaded -2
783 | dreadful -3
784 | dreading -2
785 | dream 1
786 | dreams 1
787 | dreary -2
788 | droopy -2
789 | drop -1
790 | drown -2
791 | drowned -2
792 | drowns -2
793 | drunk -2
794 | dubious -2
795 | dud -2
796 | dull -2
797 | dumb -3
798 | dumbass -3
799 | dump -1
800 | dumped -2
801 | dumps -1
802 | dupe -2
803 | duped -2
804 | dysfunction -2
805 | eager 2
806 | earnest 2
807 | ease 2
808 | easy 1
809 | ecstatic 4
810 | eerie -2
811 | eery -2
812 | effective 2
813 | effectively 2
814 | elated 3
815 | elation 3
816 | elegant 2
817 | elegantly 2
818 | embarrass -2
819 | embarrassed -2
820 | embarrasses -2
821 | embarrassing -2
822 | embarrassment -2
823 | embittered -2
824 | embrace 1
825 | emergency -2
826 | empathetic 2
827 | emptiness -1
828 | empty -1
829 | enchanted 2
830 | encourage 2
831 | encouraged 2
832 | encouragement 2
833 | encourages 2
834 | endorse 2
835 | endorsed 2
836 | endorsement 2
837 | endorses 2
838 | enemies -2
839 | enemy -2
840 | energetic 2
841 | engage 1
842 | engages 1
843 | engrossed 1
844 | enjoy 2
845 | enjoying 2
846 | enjoys 2
847 | enlighten 2
848 | enlightened 2
849 | enlightening 2
850 | enlightens 2
851 | ennui -2
852 | enrage -2
853 | enraged -2
854 | enrages -2
855 | enraging -2
856 | enrapture 3
857 | enslave -2
858 | enslaved -2
859 | enslaves -2
860 | ensure 1
861 | ensuring 1
862 | enterprising 1
863 | entertaining 2
864 | enthral 3
865 | enthusiastic 3
866 | entitled 1
867 | entrusted 2
868 | envies -1
869 | envious -2
870 | envy -1
871 | envying -1
872 | erroneous -2
873 | error -2
874 | errors -2
875 | escape -1
876 | escapes -1
877 | escaping -1
878 | esteemed 2
879 | ethical 2
880 | euphoria 3
881 | euphoric 4
882 | eviction -1
883 | evil -3
884 | exaggerate -2
885 | exaggerated -2
886 | exaggerates -2
887 | exaggerating -2
888 | exasperated 2
889 | excellence 3
890 | excellent 3
891 | excite 3
892 | excited 3
893 | excitement 3
894 | exciting 3
895 | exclude -1
896 | excluded -2
897 | exclusion -1
898 | exclusive 2
899 | excuse -1
900 | exempt -1
901 | exhausted -2
902 | exhilarated 3
903 | exhilarates 3
904 | exhilarating 3
905 | exonerate 2
906 | exonerated 2
907 | exonerates 2
908 | exonerating 2
909 | expand 1
910 | expands 1
911 | expel -2
912 | expelled -2
913 | expelling -2
914 | expels -2
915 | exploit -2
916 | exploited -2
917 | exploiting -2
918 | exploits -2
919 | exploration 1
920 | explorations 1
921 | expose -1
922 | exposed -1
923 | exposes -1
924 | exposing -1
925 | extend 1
926 | extends 1
927 | exuberant 4
928 | exultant 3
929 | exultantly 3
930 | fabulous 4
931 | fad -2
932 | fag -3
933 | faggot -3
934 | faggots -3
935 | fail -2
936 | failed -2
937 | failing -2
938 | fails -2
939 | failure -2
940 | failures -2
941 | fainthearted -2
942 | fair 2
943 | faith 1
944 | faithful 3
945 | fake -3
946 | fakes -3
947 | faking -3
948 | fallen -2
949 | falling -1
950 | falsified -3
951 | falsify -3
952 | fame 1
953 | fan 3
954 | fantastic 4
955 | farce -1
956 | fascinate 3
957 | fascinated 3
958 | fascinates 3
959 | fascinating 3
960 | fascist -2
961 | fascists -2
962 | fatalities -3
963 | fatality -3
964 | fatigue -2
965 | fatigued -2
966 | fatigues -2
967 | fatiguing -2
968 | favor 2
969 | favored 2
970 | favorite 2
971 | favorited 2
972 | favorites 2
973 | favors 2
974 | fear -2
975 | fearful -2
976 | fearing -2
977 | fearless 2
978 | fearsome -2
979 | fed up -3
980 | feeble -2
981 | feeling 1
982 | felonies -3
983 | felony -3
984 | fervent 2
985 | fervid 2
986 | festive 2
987 | fiasco -3
988 | fidgety -2
989 | fight -1
990 | fine 2
991 | fire -2
992 | fired -2
993 | firing -2
994 | fit 1
995 | fitness 1
996 | flagship 2
997 | flees -1
998 | flop -2
999 | flops -2
1000 | flu -2
1001 | flustered -2
1002 | focused 2
1003 | fond 2
1004 | fondness 2
1005 | fool -2
1006 | foolish -2
1007 | fools -2
1008 | forced -1
1009 | foreclosure -2
1010 | foreclosures -2
1011 | forget -1
1012 | forgetful -2
1013 | forgive 1
1014 | forgiving 1
1015 | forgotten -1
1016 | fortunate 2
1017 | frantic -1
1018 | fraud -4
1019 | frauds -4
1020 | fraudster -4
1021 | fraudsters -4
1022 | fraudulence -4
1023 | fraudulent -4
1024 | free 1
1025 | freedom 2
1026 | frenzy -3
1027 | fresh 1
1028 | friendly 2
1029 | fright -2
1030 | frightened -2
1031 | frightening -3
1032 | frikin -2
1033 | frisky 2
1034 | frowning -1
1035 | frustrate -2
1036 | frustrated -2
1037 | frustrates -2
1038 | frustrating -2
1039 | frustration -2
1040 | ftw 3
1041 | fuck -4
1042 | fucked -4
1043 | fucker -4
1044 | fuckers -4
1045 | fuckface -4
1046 | fuckhead -4
1047 | fucking -4
1048 | fucktard -4
1049 | fud -3
1050 | fuked -4
1051 | fuking -4
1052 | fulfill 2
1053 | fulfilled 2
1054 | fulfills 2
1055 | fuming -2
1056 | fun 4
1057 | funeral -1
1058 | funerals -1
1059 | funky 2
1060 | funnier 4
1061 | funny 4
1062 | furious -3
1063 | futile 2
1064 | gag -2
1065 | gagged -2
1066 | gain 2
1067 | gained 2
1068 | gaining 2
1069 | gains 2
1070 | gallant 3
1071 | gallantly 3
1072 | gallantry 3
1073 | generous 2
1074 | genial 3
1075 | ghost -1
1076 | giddy -2
1077 | gift 2
1078 | glad 3
1079 | glamorous 3
1080 | glamourous 3
1081 | glee 3
1082 | gleeful 3
1083 | gloom -1
1084 | gloomy -2
1085 | glorious 2
1086 | glory 2
1087 | glum -2
1088 | god 1
1089 | goddamn -3
1090 | godsend 4
1091 | good 3
1092 | goodness 3
1093 | grace 1
1094 | gracious 3
1095 | grand 3
1096 | grant 1
1097 | granted 1
1098 | granting 1
1099 | grants 1
1100 | grateful 3
1101 | gratification 2
1102 | grave -2
1103 | gray -1
1104 | great 3
1105 | greater 3
1106 | greatest 3
1107 | greed -3
1108 | greedy -2
1109 | green wash -3
1110 | green washing -3
1111 | greenwash -3
1112 | greenwasher -3
1113 | greenwashers -3
1114 | greenwashing -3
1115 | greet 1
1116 | greeted 1
1117 | greeting 1
1118 | greetings 2
1119 | greets 1
1120 | grey -1
1121 | grief -2
1122 | grieved -2
1123 | gross -2
1124 | growing 1
1125 | growth 2
1126 | guarantee 1
1127 | guilt -3
1128 | guilty -3
1129 | gullibility -2
1130 | gullible -2
1131 | gun -1
1132 | ha 2
1133 | hacked -1
1134 | haha 3
1135 | hahaha 3
1136 | hahahah 3
1137 | hail 2
1138 | hailed 2
1139 | hapless -2
1140 | haplessness -2
1141 | happiness 3
1142 | happy 3
1143 | hard -1
1144 | hardier 2
1145 | hardship -2
1146 | hardy 2
1147 | harm -2
1148 | harmed -2
1149 | harmful -2
1150 | harming -2
1151 | harms -2
1152 | harried -2
1153 | harsh -2
1154 | harsher -2
1155 | harshest -2
1156 | hate -3
1157 | hated -3
1158 | haters -3
1159 | hates -3
1160 | hating -3
1161 | haunt -1
1162 | haunted -2
1163 | haunting 1
1164 | haunts -1
1165 | havoc -2
1166 | healthy 2
1167 | heartbreaking -3
1168 | heartbroken -3
1169 | heartfelt 3
1170 | heaven 2
1171 | heavenly 4
1172 | heavyhearted -2
1173 | hell -4
1174 | help 2
1175 | helpful 2
1176 | helping 2
1177 | helpless -2
1178 | helps 2
1179 | hero 2
1180 | heroes 2
1181 | heroic 3
1182 | hesitant -2
1183 | hesitate -2
1184 | hid -1
1185 | hide -1
1186 | hides -1
1187 | hiding -1
1188 | highlight 2
1189 | hilarious 2
1190 | hindrance -2
1191 | hoax -2
1192 | homesick -2
1193 | honest 2
1194 | honor 2
1195 | honored 2
1196 | honoring 2
1197 | honour 2
1198 | honoured 2
1199 | honouring 2
1200 | hooligan -2
1201 | hooliganism -2
1202 | hooligans -2
1203 | hope 2
1204 | hopeful 2
1205 | hopefully 2
1206 | hopeless -2
1207 | hopelessness -2
1208 | hopes 2
1209 | hoping 2
1210 | horrendous -3
1211 | horrible -3
1212 | horrific -3
1213 | horrified -3
1214 | hostile -2
1215 | huckster -2
1216 | hug 2
1217 | huge 1
1218 | hugs 2
1219 | humerous 3
1220 | humiliated -3
1221 | humiliation -3
1222 | humor 2
1223 | humorous 2
1224 | humour 2
1225 | humourous 2
1226 | hunger -2
1227 | hurrah 5
1228 | hurt -2
1229 | hurting -2
1230 | hurts -2
1231 | hypocritical -2
1232 | hysteria -3
1233 | hysterical -3
1234 | hysterics -3
1235 | idiot -3
1236 | idiotic -3
1237 | ignorance -2
1238 | ignorant -2
1239 | ignore -1
1240 | ignored -2
1241 | ignores -1
1242 | ill -2
1243 | illegal -3
1244 | illiteracy -2
1245 | illness -2
1246 | illnesses -2
1247 | imbecile -3
1248 | immobilized -1
1249 | immortal 2
1250 | immune 1
1251 | impatient -2
1252 | imperfect -2
1253 | importance 2
1254 | important 2
1255 | impose -1
1256 | imposed -1
1257 | imposes -1
1258 | imposing -1
1259 | impotent -2
1260 | impress 3
1261 | impressed 3
1262 | impresses 3
1263 | impressive 3
1264 | imprisoned -2
1265 | improve 2
1266 | improved 2
1267 | improvement 2
1268 | improves 2
1269 | improving 2
1270 | inability -2
1271 | inaction -2
1272 | inadequate -2
1273 | incapable -2
1274 | incapacitated -2
1275 | incensed -2
1276 | incompetence -2
1277 | incompetent -2
1278 | inconsiderate -2
1279 | inconvenience -2
1280 | inconvenient -2
1281 | increase 1
1282 | increased 1
1283 | indecisive -2
1284 | indestructible 2
1285 | indifference -2
1286 | indifferent -2
1287 | indignant -2
1288 | indignation -2
1289 | indoctrinate -2
1290 | indoctrinated -2
1291 | indoctrinates -2
1292 | indoctrinating -2
1293 | ineffective -2
1294 | ineffectively -2
1295 | infatuated 2
1296 | infatuation 2
1297 | infected -2
1298 | inferior -2
1299 | inflamed -2
1300 | influential 2
1301 | infringement -2
1302 | infuriate -2
1303 | infuriated -2
1304 | infuriates -2
1305 | infuriating -2
1306 | inhibit -1
1307 | injured -2
1308 | injury -2
1309 | injustice -2
1310 | innovate 1
1311 | innovates 1
1312 | innovation 1
1313 | innovative 2
1314 | inquisition -2
1315 | inquisitive 2
1316 | insane -2
1317 | insanity -2
1318 | insecure -2
1319 | insensitive -2
1320 | insensitivity -2
1321 | insignificant -2
1322 | insipid -2
1323 | inspiration 2
1324 | inspirational 2
1325 | inspire 2
1326 | inspired 2
1327 | inspires 2
1328 | inspiring 3
1329 | insult -2
1330 | insulted -2
1331 | insulting -2
1332 | insults -2
1333 | intact 2
1334 | integrity 2
1335 | intelligent 2
1336 | intense 1
1337 | interest 1
1338 | interested 2
1339 | interesting 2
1340 | interests 1
1341 | interrogated -2
1342 | interrupt -2
1343 | interrupted -2
1344 | interrupting -2
1345 | interruption -2
1346 | interrupts -2
1347 | intimidate -2
1348 | intimidated -2
1349 | intimidates -2
1350 | intimidating -2
1351 | intimidation -2
1352 | intricate 2
1353 | intrigues 1
1354 | invincible 2
1355 | invite 1
1356 | inviting 1
1357 | invulnerable 2
1358 | irate -3
1359 | ironic -1
1360 | irony -1
1361 | irrational -1
1362 | irresistible 2
1363 | irresolute -2
1364 | irresponsible 2
1365 | irreversible -1
1366 | irritate -3
1367 | irritated -3
1368 | irritating -3
1369 | isolated -1
1370 | itchy -2
1371 | jackass -4
1372 | jackasses -4
1373 | jailed -2
1374 | jaunty 2
1375 | jealous -2
1376 | jeopardy -2
1377 | jerk -3
1378 | jesus 1
1379 | jewel 1
1380 | jewels 1
1381 | jocular 2
1382 | join 1
1383 | joke 2
1384 | jokes 2
1385 | jolly 2
1386 | jovial 2
1387 | joy 3
1388 | joyful 3
1389 | joyfully 3
1390 | joyless -2
1391 | joyous 3
1392 | jubilant 3
1393 | jumpy -1
1394 | justice 2
1395 | justifiably 2
1396 | justified 2
1397 | keen 1
1398 | kill -3
1399 | killed -3
1400 | killing -3
1401 | kills -3
1402 | kind 2
1403 | kinder 2
1404 | kiss 2
1405 | kudos 3
1406 | lack -2
1407 | lackadaisical -2
1408 | lag -1
1409 | lagged -2
1410 | lagging -2
1411 | lags -2
1412 | lame -2
1413 | landmark 2
1414 | laugh 1
1415 | laughed 1
1416 | laughing 1
1417 | laughs 1
1418 | laughting 1
1419 | launched 1
1420 | lawl 3
1421 | lawsuit -2
1422 | lawsuits -2
1423 | lazy -1
1424 | leak -1
1425 | leaked -1
1426 | leave -1
1427 | legal 1
1428 | legally 1
1429 | lenient 1
1430 | lethargic -2
1431 | lethargy -2
1432 | liar -3
1433 | liars -3
1434 | libelous -2
1435 | lied -2
1436 | lifesaver 4
1437 | lighthearted 1
1438 | like 2
1439 | liked 2
1440 | likes 2
1441 | limitation -1
1442 | limited -1
1443 | limits -1
1444 | litigation -1
1445 | litigious -2
1446 | lively 2
1447 | livid -2
1448 | lmao 4
1449 | lmfao 4
1450 | loathe -3
1451 | loathed -3
1452 | loathes -3
1453 | loathing -3
1454 | lobby -2
1455 | lobbying -2
1456 | lol 3
1457 | lonely -2
1458 | lonesome -2
1459 | longing -1
1460 | loom -1
1461 | loomed -1
1462 | looming -1
1463 | looms -1
1464 | loose -3
1465 | looses -3
1466 | loser -3
1467 | losing -3
1468 | loss -3
1469 | lost -3
1470 | lovable 3
1471 | love 3
1472 | loved 3
1473 | lovelies 3
1474 | lovely 3
1475 | loving 2
1476 | lowest -1
1477 | loyal 3
1478 | loyalty 3
1479 | luck 3
1480 | luckily 3
1481 | lucky 3
1482 | lugubrious -2
1483 | lunatic -3
1484 | lunatics -3
1485 | lurk -1
1486 | lurking -1
1487 | lurks -1
1488 | mad -3
1489 | maddening -3
1490 | made-up -1
1491 | madly -3
1492 | madness -3
1493 | mandatory -1
1494 | manipulated -1
1495 | manipulating -1
1496 | manipulation -1
1497 | marvel 3
1498 | marvelous 3
1499 | marvels 3
1500 | masterpiece 4
1501 | masterpieces 4
1502 | matter 1
1503 | matters 1
1504 | mature 2
1505 | meaningful 2
1506 | meaningless -2
1507 | medal 3
1508 | mediocrity -3
1509 | meditative 1
1510 | melancholy -2
1511 | menace -2
1512 | menaced -2
1513 | mercy 2
1514 | merry 3
1515 | mess -2
1516 | messed -2
1517 | messing up -2
1518 | methodical 2
1519 | mindless -2
1520 | miracle 4
1521 | mirth 3
1522 | mirthful 3
1523 | mirthfully 3
1524 | misbehave -2
1525 | misbehaved -2
1526 | misbehaves -2
1527 | misbehaving -2
1528 | mischief -1
1529 | mischiefs -1
1530 | miserable -3
1531 | misery -2
1532 | misgiving -2
1533 | misinformation -2
1534 | misinformed -2
1535 | misinterpreted -2
1536 | misleading -3
1537 | misread -1
1538 | misreporting -2
1539 | misrepresentation -2
1540 | miss -2
1541 | missed -2
1542 | missing -2
1543 | mistake -2
1544 | mistaken -2
1545 | mistakes -2
1546 | mistaking -2
1547 | misunderstand -2
1548 | misunderstanding -2
1549 | misunderstands -2
1550 | misunderstood -2
1551 | moan -2
1552 | moaned -2
1553 | moaning -2
1554 | moans -2
1555 | mock -2
1556 | mocked -2
1557 | mocking -2
1558 | mocks -2
1559 | mongering -2
1560 | monopolize -2
1561 | monopolized -2
1562 | monopolizes -2
1563 | monopolizing -2
1564 | moody -1
1565 | mope -1
1566 | moping -1
1567 | moron -3
1568 | motherfucker -5
1569 | motherfucking -5
1570 | motivate 1
1571 | motivated 2
1572 | motivating 2
1573 | motivation 1
1574 | mourn -2
1575 | mourned -2
1576 | mournful -2
1577 | mourning -2
1578 | mourns -2
1579 | mumpish -2
1580 | murder -2
1581 | murderer -2
1582 | murdering -3
1583 | murderous -3
1584 | murders -2
1585 | myth -1
1586 | n00b -2
1587 | naive -2
1588 | nasty -3
1589 | natural 1
1590 | naïve -2
1591 | needy -2
1592 | negative -2
1593 | negativity -2
1594 | neglect -2
1595 | neglected -2
1596 | neglecting -2
1597 | neglects -2
1598 | nerves -1
1599 | nervous -2
1600 | nervously -2
1601 | nice 3
1602 | nifty 2
1603 | niggas -5
1604 | nigger -5
1605 | no -1
1606 | no fun -3
1607 | noble 2
1608 | noisy -1
1609 | nonsense -2
1610 | noob -2
1611 | nosey -2
1612 | not good -2
1613 | not working -3
1614 | notorious -2
1615 | novel 2
1616 | numb -1
1617 | nuts -3
1618 | obliterate -2
1619 | obliterated -2
1620 | obnoxious -3
1621 | obscene -2
1622 | obsessed 2
1623 | obsolete -2
1624 | obstacle -2
1625 | obstacles -2
1626 | obstinate -2
1627 | odd -2
1628 | offend -2
1629 | offended -2
1630 | offender -2
1631 | offending -2
1632 | offends -2
1633 | offline -1
1634 | oks 2
1635 | ominous 3
1636 | once-in-a-lifetime 3
1637 | opportunities 2
1638 | opportunity 2
1639 | oppressed -2
1640 | oppressive -2
1641 | optimism 2
1642 | optimistic 2
1643 | optionless -2
1644 | outcry -2
1645 | outmaneuvered -2
1646 | outrage -3
1647 | outraged -3
1648 | outreach 2
1649 | outstanding 5
1650 | overjoyed 4
1651 | overload -1
1652 | overlooked -1
1653 | overreact -2
1654 | overreacted -2
1655 | overreaction -2
1656 | overreacts -2
1657 | oversell -2
1658 | overselling -2
1659 | oversells -2
1660 | oversimplification -2
1661 | oversimplified -2
1662 | oversimplifies -2
1663 | oversimplify -2
1664 | overstatement -2
1665 | overstatements -2
1666 | overweight -1
1667 | oxymoron -1
1668 | pain -2
1669 | pained -2
1670 | panic -3
1671 | panicked -3
1672 | panics -3
1673 | paradise 3
1674 | paradox -1
1675 | pardon 2
1676 | pardoned 2
1677 | pardoning 2
1678 | pardons 2
1679 | parley -1
1680 | passionate 2
1681 | passive -1
1682 | passively -1
1683 | pathetic -2
1684 | pay -1
1685 | peace 2
1686 | peaceful 2
1687 | peacefully 2
1688 | penalty -2
1689 | pensive -1
1690 | perfect 3
1691 | perfected 2
1692 | perfectly 3
1693 | perfects 2
1694 | peril -2
1695 | perjury -3
1696 | perpetrator -2
1697 | perpetrators -2
1698 | perplexed -2
1699 | persecute -2
1700 | persecuted -2
1701 | persecutes -2
1702 | persecuting -2
1703 | perturbed -2
1704 | pesky -2
1705 | pessimism -2
1706 | pessimistic -2
1707 | petrified -2
1708 | phobic -2
1709 | picturesque 2
1710 | pileup -1
1711 | pique -2
1712 | piqued -2
1713 | piss -4
1714 | pissed -4
1715 | pissing -3
1716 | piteous -2
1717 | pitied -1
1718 | pity -2
1719 | playful 2
1720 | pleasant 3
1721 | please 1
1722 | pleased 3
1723 | pleasure 3
1724 | poised -2
1725 | poison -2
1726 | poisoned -2
1727 | poisons -2
1728 | pollute -2
1729 | polluted -2
1730 | polluter -2
1731 | polluters -2
1732 | pollutes -2
1733 | poor -2
1734 | poorer -2
1735 | poorest -2
1736 | popular 3
1737 | positive 2
1738 | positively 2
1739 | possessive -2
1740 | postpone -1
1741 | postponed -1
1742 | postpones -1
1743 | postponing -1
1744 | poverty -1
1745 | powerful 2
1746 | powerless -2
1747 | praise 3
1748 | praised 3
1749 | praises 3
1750 | praising 3
1751 | pray 1
1752 | praying 1
1753 | prays 1
1754 | prblm -2
1755 | prblms -2
1756 | prepared 1
1757 | pressure -1
1758 | pressured -2
1759 | pretend -1
1760 | pretending -1
1761 | pretends -1
1762 | pretty 1
1763 | prevent -1
1764 | prevented -1
1765 | preventing -1
1766 | prevents -1
1767 | prick -5
1768 | prison -2
1769 | prisoner -2
1770 | prisoners -2
1771 | privileged 2
1772 | proactive 2
1773 | problem -2
1774 | problems -2
1775 | profiteer -2
1776 | progress 2
1777 | prominent 2
1778 | promise 1
1779 | promised 1
1780 | promises 1
1781 | promote 1
1782 | promoted 1
1783 | promotes 1
1784 | promoting 1
1785 | propaganda -2
1786 | prosecute -1
1787 | prosecuted -2
1788 | prosecutes -1
1789 | prosecution -1
1790 | prospect 1
1791 | prospects 1
1792 | prosperous 3
1793 | protect 1
1794 | protected 1
1795 | protects 1
1796 | protest -2
1797 | protesters -2
1798 | protesting -2
1799 | protests -2
1800 | proud 2
1801 | proudly 2
1802 | provoke -1
1803 | provoked -1
1804 | provokes -1
1805 | provoking -1
1806 | pseudoscience -3
1807 | punish -2
1808 | punished -2
1809 | punishes -2
1810 | punitive -2
1811 | pushy -1
1812 | puzzled -2
1813 | quaking -2
1814 | questionable -2
1815 | questioned -1
1816 | questioning -1
1817 | racism -3
1818 | racist -3
1819 | racists -3
1820 | rage -2
1821 | rageful -2
1822 | rainy -1
1823 | rant -3
1824 | ranter -3
1825 | ranters -3
1826 | rants -3
1827 | rape -4
1828 | rapist -4
1829 | rapture 2
1830 | raptured 2
1831 | raptures 2
1832 | rapturous 4
1833 | rash -2
1834 | ratified 2
1835 | reach 1
1836 | reached 1
1837 | reaches 1
1838 | reaching 1
1839 | reassure 1
1840 | reassured 1
1841 | reassures 1
1842 | reassuring 2
1843 | rebellion -2
1844 | recession -2
1845 | reckless -2
1846 | recommend 2
1847 | recommended 2
1848 | recommends 2
1849 | redeemed 2
1850 | refuse -2
1851 | refused -2
1852 | refusing -2
1853 | regret -2
1854 | regretful -2
1855 | regrets -2
1856 | regretted -2
1857 | regretting -2
1858 | reject -1
1859 | rejected -1
1860 | rejecting -1
1861 | rejects -1
1862 | rejoice 4
1863 | rejoiced 4
1864 | rejoices 4
1865 | rejoicing 4
1866 | relaxed 2
1867 | relentless -1
1868 | reliant 2
1869 | relieve 1
1870 | relieved 2
1871 | relieves 1
1872 | relieving 2
1873 | relishing 2
1874 | remarkable 2
1875 | remorse -2
1876 | repulse -1
1877 | repulsed -2
1878 | rescue 2
1879 | rescued 2
1880 | rescues 2
1881 | resentful -2
1882 | resign -1
1883 | resigned -1
1884 | resigning -1
1885 | resigns -1
1886 | resolute 2
1887 | resolve 2
1888 | resolved 2
1889 | resolves 2
1890 | resolving 2
1891 | respected 2
1892 | responsible 2
1893 | responsive 2
1894 | restful 2
1895 | restless -2
1896 | restore 1
1897 | restored 1
1898 | restores 1
1899 | restoring 1
1900 | restrict -2
1901 | restricted -2
1902 | restricting -2
1903 | restriction -2
1904 | restricts -2
1905 | retained -1
1906 | retard -2
1907 | retarded -2
1908 | retreat -1
1909 | revenge -2
1910 | revengeful -2
1911 | revered 2
1912 | revive 2
1913 | revives 2
1914 | reward 2
1915 | rewarded 2
1916 | rewarding 2
1917 | rewards 2
1918 | rich 2
1919 | ridiculous -3
1920 | rig -1
1921 | rigged -1
1922 | right direction 3
1923 | rigorous 3
1924 | rigorously 3
1925 | riot -2
1926 | riots -2
1927 | risk -2
1928 | risks -2
1929 | rob -2
1930 | robber -2
1931 | robed -2
1932 | robing -2
1933 | robs -2
1934 | robust 2
1935 | rofl 4
1936 | roflcopter 4
1937 | roflmao 4
1938 | romance 2
1939 | rotfl 4
1940 | rotflmfao 4
1941 | rotflol 4
1942 | ruin -2
1943 | ruined -2
1944 | ruining -2
1945 | ruins -2
1946 | sabotage -2
1947 | sad -2
1948 | sadden -2
1949 | saddened -2
1950 | sadly -2
1951 | safe 1
1952 | safely 1
1953 | safety 1
1954 | salient 1
1955 | sappy -1
1956 | sarcastic -2
1957 | satisfied 2
1958 | save 2
1959 | saved 2
1960 | scam -2
1961 | scams -2
1962 | scandal -3
1963 | scandalous -3
1964 | scandals -3
1965 | scapegoat -2
1966 | scapegoats -2
1967 | scare -2
1968 | scared -2
1969 | scary -2
1970 | sceptical -2
1971 | scold -2
1972 | scoop 3
1973 | scorn -2
1974 | scornful -2
1975 | scream -2
1976 | screamed -2
1977 | screaming -2
1978 | screams -2
1979 | screwed -2
1980 | screwed up -3
1981 | scumbag -4
1982 | secure 2
1983 | secured 2
1984 | secures 2
1985 | sedition -2
1986 | seditious -2
1987 | seduced -1
1988 | self-confident 2
1989 | self-deluded -2
1990 | selfish -3
1991 | selfishness -3
1992 | sentence -2
1993 | sentenced -2
1994 | sentences -2
1995 | sentencing -2
1996 | serene 2
1997 | severe -2
1998 | sexy 3
1999 | shaky -2
2000 | shame -2
2001 | shamed -2
2002 | shameful -2
2003 | share 1
2004 | shared 1
2005 | shares 1
2006 | shattered -2
2007 | shit -4
2008 | shithead -4
2009 | shitty -3
2010 | shock -2
2011 | shocked -2
2012 | shocking -2
2013 | shocks -2
2014 | shoot -1
2015 | short-sighted -2
2016 | short-sightedness -2
2017 | shortage -2
2018 | shortages -2
2019 | shrew -4
2020 | shy -1
2021 | sick -2
2022 | sigh -2
2023 | significance 1
2024 | significant 1
2025 | silencing -1
2026 | silly -1
2027 | sincere 2
2028 | sincerely 2
2029 | sincerest 2
2030 | sincerity 2
2031 | sinful -3
2032 | singleminded -2
2033 | skeptic -2
2034 | skeptical -2
2035 | skepticism -2
2036 | skeptics -2
2037 | slam -2
2038 | slash -2
2039 | slashed -2
2040 | slashes -2
2041 | slashing -2
2042 | slavery -3
2043 | sleeplessness -2
2044 | slick 2
2045 | slicker 2
2046 | slickest 2
2047 | sluggish -2
2048 | slut -5
2049 | smart 1
2050 | smarter 2
2051 | smartest 2
2052 | smear -2
2053 | smile 2
2054 | smiled 2
2055 | smiles 2
2056 | smiling 2
2057 | smog -2
2058 | sneaky -1
2059 | snub -2
2060 | snubbed -2
2061 | snubbing -2
2062 | snubs -2
2063 | sobering 1
2064 | solemn -1
2065 | solid 2
2066 | solidarity 2
2067 | solution 1
2068 | solutions 1
2069 | solve 1
2070 | solved 1
2071 | solves 1
2072 | solving 1
2073 | somber -2
2074 | some kind 0
2075 | son-of-a-bitch -5
2076 | soothe 3
2077 | soothed 3
2078 | soothing 3
2079 | sophisticated 2
2080 | sore -1
2081 | sorrow -2
2082 | sorrowful -2
2083 | sorry -1
2084 | spam -2
2085 | spammer -3
2086 | spammers -3
2087 | spamming -2
2088 | spark 1
2089 | sparkle 3
2090 | sparkles 3
2091 | sparkling 3
2092 | speculative -2
2093 | spirit 1
2094 | spirited 2
2095 | spiritless -2
2096 | spiteful -2
2097 | splendid 3
2098 | sprightly 2
2099 | squelched -1
2100 | stab -2
2101 | stabbed -2
2102 | stable 2
2103 | stabs -2
2104 | stall -2
2105 | stalled -2
2106 | stalling -2
2107 | stamina 2
2108 | stampede -2
2109 | startled -2
2110 | starve -2
2111 | starved -2
2112 | starves -2
2113 | starving -2
2114 | steadfast 2
2115 | steal -2
2116 | steals -2
2117 | stereotype -2
2118 | stereotyped -2
2119 | stifled -1
2120 | stimulate 1
2121 | stimulated 1
2122 | stimulates 1
2123 | stimulating 2
2124 | stingy -2
2125 | stolen -2
2126 | stop -1
2127 | stopped -1
2128 | stopping -1
2129 | stops -1
2130 | stout 2
2131 | straight 1
2132 | strange -1
2133 | strangely -1
2134 | strangled -2
2135 | strength 2
2136 | strengthen 2
2137 | strengthened 2
2138 | strengthening 2
2139 | strengthens 2
2140 | stressed -2
2141 | stressor -2
2142 | stressors -2
2143 | stricken -2
2144 | strike -1
2145 | strikers -2
2146 | strikes -1
2147 | strong 2
2148 | stronger 2
2149 | strongest 2
2150 | struck -1
2151 | struggle -2
2152 | struggled -2
2153 | struggles -2
2154 | struggling -2
2155 | stubborn -2
2156 | stuck -2
2157 | stunned -2
2158 | stunning 4
2159 | stupid -2
2160 | stupidly -2
2161 | suave 2
2162 | substantial 1
2163 | substantially 1
2164 | subversive -2
2165 | success 2
2166 | successful 3
2167 | suck -3
2168 | sucks -3
2169 | suffer -2
2170 | suffering -2
2171 | suffers -2
2172 | suicidal -2
2173 | suicide -2
2174 | suing -2
2175 | sulking -2
2176 | sulky -2
2177 | sullen -2
2178 | sunshine 2
2179 | super 3
2180 | superb 5
2181 | superior 2
2182 | support 2
2183 | supported 2
2184 | supporter 1
2185 | supporters 1
2186 | supporting 1
2187 | supportive 2
2188 | supports 2
2189 | survived 2
2190 | surviving 2
2191 | survivor 2
2192 | suspect -1
2193 | suspected -1
2194 | suspecting -1
2195 | suspects -1
2196 | suspend -1
2197 | suspended -1
2198 | suspicious -2
2199 | swear -2
2200 | swearing -2
2201 | swears -2
2202 | sweet 2
2203 | swift 2
2204 | swiftly 2
2205 | swindle -3
2206 | swindles -3
2207 | swindling -3
2208 | sympathetic 2
2209 | sympathy 2
2210 | tard -2
2211 | tears -2
2212 | tender 2
2213 | tense -2
2214 | tension -1
2215 | terrible -3
2216 | terribly -3
2217 | terrific 4
2218 | terrified -3
2219 | terror -3
2220 | terrorize -3
2221 | terrorized -3
2222 | terrorizes -3
2223 | thank 2
2224 | thankful 2
2225 | thanks 2
2226 | thorny -2
2227 | thoughtful 2
2228 | thoughtless -2
2229 | threat -2
2230 | threaten -2
2231 | threatened -2
2232 | threatening -2
2233 | threatens -2
2234 | threats -2
2235 | thrilled 5
2236 | thwart -2
2237 | thwarted -2
2238 | thwarting -2
2239 | thwarts -2
2240 | timid -2
2241 | timorous -2
2242 | tired -2
2243 | tits -2
2244 | tolerant 2
2245 | toothless -2
2246 | top 2
2247 | tops 2
2248 | torn -2
2249 | torture -4
2250 | tortured -4
2251 | tortures -4
2252 | torturing -4
2253 | totalitarian -2
2254 | totalitarianism -2
2255 | tout -2
2256 | touted -2
2257 | touting -2
2258 | touts -2
2259 | tragedy -2
2260 | tragic -2
2261 | tranquil 2
2262 | trap -1
2263 | trapped -2
2264 | trauma -3
2265 | traumatic -3
2266 | travesty -2
2267 | treason -3
2268 | treasonous -3
2269 | treasure 2
2270 | treasures 2
2271 | trembling -2
2272 | tremulous -2
2273 | tricked -2
2274 | trickery -2
2275 | triumph 4
2276 | triumphant 4
2277 | trouble -2
2278 | troubled -2
2279 | troubles -2
2280 | true 2
2281 | trust 1
2282 | trusted 2
2283 | tumor -2
2284 | twat -5
2285 | ugly -3
2286 | unacceptable -2
2287 | unappreciated -2
2288 | unapproved -2
2289 | unaware -2
2290 | unbelievable -1
2291 | unbelieving -1
2292 | unbiased 2
2293 | uncertain -1
2294 | unclear -1
2295 | uncomfortable -2
2296 | unconcerned -2
2297 | unconfirmed -1
2298 | unconvinced -1
2299 | uncredited -1
2300 | undecided -1
2301 | underestimate -1
2302 | underestimated -1
2303 | underestimates -1
2304 | underestimating -1
2305 | undermine -2
2306 | undermined -2
2307 | undermines -2
2308 | undermining -2
2309 | undeserving -2
2310 | undesirable -2
2311 | uneasy -2
2312 | unemployment -2
2313 | unequal -1
2314 | unequaled 2
2315 | unethical -2
2316 | unfair -2
2317 | unfocused -2
2318 | unfulfilled -2
2319 | unhappy -2
2320 | unhealthy -2
2321 | unified 1
2322 | unimpressed -2
2323 | unintelligent -2
2324 | united 1
2325 | unjust -2
2326 | unlovable -2
2327 | unloved -2
2328 | unmatched 1
2329 | unmotivated -2
2330 | unprofessional -2
2331 | unresearched -2
2332 | unsatisfied -2
2333 | unsecured -2
2334 | unsettled -1
2335 | unsophisticated -2
2336 | unstable -2
2337 | unstoppable 2
2338 | unsupported -2
2339 | unsure -1
2340 | untarnished 2
2341 | unwanted -2
2342 | unworthy -2
2343 | upset -2
2344 | upsets -2
2345 | upsetting -2
2346 | uptight -2
2347 | urgent -1
2348 | useful 2
2349 | usefulness 2
2350 | useless -2
2351 | uselessness -2
2352 | vague -2
2353 | validate 1
2354 | validated 1
2355 | validates 1
2356 | validating 1
2357 | verdict -1
2358 | verdicts -1
2359 | vested 1
2360 | vexation -2
2361 | vexing -2
2362 | vibrant 3
2363 | vicious -2
2364 | victim -3
2365 | victimize -3
2366 | victimized -3
2367 | victimizes -3
2368 | victimizing -3
2369 | victims -3
2370 | vigilant 3
2371 | vile -3
2372 | vindicate 2
2373 | vindicated 2
2374 | vindicates 2
2375 | vindicating 2
2376 | violate -2
2377 | violated -2
2378 | violates -2
2379 | violating -2
2380 | violence -3
2381 | violent -3
2382 | virtuous 2
2383 | virulent -2
2384 | vision 1
2385 | visionary 3
2386 | visioning 1
2387 | visions 1
2388 | vitality 3
2389 | vitamin 1
2390 | vitriolic -3
2391 | vivacious 3
2392 | vociferous -1
2393 | vulnerability -2
2394 | vulnerable -2
2395 | walkout -2
2396 | walkouts -2
2397 | wanker -3
2398 | want 1
2399 | war -2
2400 | warfare -2
2401 | warm 1
2402 | warmth 2
2403 | warn -2
2404 | warned -2
2405 | warning -3
2406 | warnings -3
2407 | warns -2
2408 | waste -1
2409 | wasted -2
2410 | wasting -2
2411 | wavering -1
2412 | weak -2
2413 | weakness -2
2414 | wealth 3
2415 | wealthy 2
2416 | weary -2
2417 | weep -2
2418 | weeping -2
2419 | weird -2
2420 | welcome 2
2421 | welcomed 2
2422 | welcomes 2
2423 | whimsical 1
2424 | whitewash -3
2425 | whore -4
2426 | wicked -2
2427 | widowed -1
2428 | willingness 2
2429 | win 4
2430 | winner 4
2431 | winning 4
2432 | wins 4
2433 | winwin 3
2434 | wish 1
2435 | wishes 1
2436 | wishing 1
2437 | withdrawal -3
2438 | woebegone -2
2439 | woeful -3
2440 | won 3
2441 | wonderful 4
2442 | woo 3
2443 | woohoo 3
2444 | wooo 4
2445 | woow 4
2446 | worn -1
2447 | worried -3
2448 | worry -3
2449 | worrying -3
2450 | worse -3
2451 | worsen -3
2452 | worsened -3
2453 | worsening -3
2454 | worsens -3
2455 | worshiped 3
2456 | worst -3
2457 | worth 2
2458 | worthless -2
2459 | worthy 2
2460 | wow 4
2461 | wowow 4
2462 | wowww 4
2463 | wrathful -3
2464 | wreck -2
2465 | wrong -2
2466 | wronged -2
2467 | wtf -4
2468 | yeah 1
2469 | yearning 1
2470 | yeees 2
2471 | yes 1
2472 | youthful 2
2473 | yucky -2
2474 | yummy 3
2475 | zealot -2
2476 | zealots -2
2477 | zealous 2
2478 |
--------------------------------------------------------------------------------
/demonetization_analysis/README.md:
--------------------------------------------------------------------------------
1 | ## Sentiment Analysis on Demonetization Using Pig
2 |
3 | Semantic Analysis of Demonetization project has been developed for the analysis of Indian Demonetization Record. In this project we will find out the views of different people on the demonetization by analysing the tweets from twitter and we will classify the tweets as positive or negative tweets. You can find the demonetization twitter data in data folder.
4 |
5 | For performing whole process I will use HDFS so firstly you have to create a directory in HDFS and move the local file to the HDFS and then run the pig script file.
6 |
7 | You can find twitter as well as reting dictionary data into the data folder.
8 |
9 | Follow the below steps for successfulling this project.
10 |
11 | ```
12 | # Create directory in HDFS to store csv and rating dictionary file
13 |
14 | $ hadoop fs -mkdir /demion_analysis
15 |
16 | # Move local file to the HDFS. Please replace the file path in below given query according to your local system.
17 |
18 | $ hadoop fs -copyFromLocal /home/maniram/data/demonetization-tweets.csv /demion_analysis
19 | $ hadoop fs -copyFromLocal /home/maniram/data/AFINN.csv /demion_analysis
20 |
21 | ```
22 |
23 |
24 | Now whole jobs is fine. You can execute the pig script using below given command
25 |
26 | ```
27 | $ pig -x mapreduce /home/maniram/demonotetization_analysis.pig
28 |
29 | ```
30 |
31 | Positive and Negative tweets about demonetization will be stored on HDFS in the given folder which has been mentioned in script file
32 | You can view the content of positive and negative tweets file using below commands.
33 |
34 |
35 | ```
36 | $ hadoop fs -cat /demion_anaysis/positive_tweets/*00
37 |
38 | $ hadoop fs -cat /demion_anaysis/negative_tweets/*00
39 | ```
40 |
41 |
42 | Before executing above mentioned process I am considering that hadoop cluster is running in machine.
43 | If not make sure that you have started the hadoop cluster before executing the script file.
44 |
--------------------------------------------------------------------------------
/demonetization_analysis/demonetization-tweets.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/maniram-yadav/Big_DataHadoop_Projects/f80b4281e68d546883bf509d199aeaae6610b141/demonetization_analysis/demonetization-tweets.csv
--------------------------------------------------------------------------------
/demonetization_analysis/demonotetization_analysis.pig:
--------------------------------------------------------------------------------
1 | raw_data = load '/demion_analysis/demonetization-tweets.csv' using PigStorage(',');
2 |
3 | get_details = foreach raw_data generate $0 as id,$1 as text;
4 |
5 | tokens = foreach get_details generate id,text,FLATTEN(TOKENIZE(text)) as words;
6 |
7 | dictionary = load '/demion_analysis/AFINN.txt' using PigStorage('\t') as (word:chararray,rating:int);
8 |
9 | word_ratings = join tokens by words left outer, dictionary by word using 'replicated';
10 | describe word_ratings;
11 |
12 | ratings = foreach word_ratings generate tokens::id as id,tokens::text as text,dictionary::rating as rating;
13 |
14 | group_words = group ratings by (id,text);
15 |
16 | avg_ratings = foreach group_words generate group,AVG(ratings.rating) as tweet_rating;
17 |
18 | positive_tweets = filter avg_ratings by tweet_rating > 0;
19 |
20 | negative_tweets = filter avg_ratings by tweet_rating < 0;
21 |
22 | store positive_tweets INTO '/demion_analysis/positive_tweets' using PigStorage(',');
23 |
24 | store negative_tweets INTO '/demion_analysis/negative_tweets' using PigStorage(',');
25 |
26 |
27 |
--------------------------------------------------------------------------------
/titanic_data_analysis/README.md:
--------------------------------------------------------------------------------
1 | There have been as many inquisitions as there have been questions raised and equally that many types of analysis methods applied to arrive at conclusions. But this project is not about analyzing why or what made the Titanic sink – it is about analyzing the data that is present about the Titanic publicly. It actually uses Pig MapReduce to analyze and arrive at:
2 |
3 | In this project I will find out the following result from titanic data.
4 |
5 | * The average age of the people (both male and female) who died in the tragedy using Pig MapReduce.
6 |
7 | * How many persons survived – traveling class wise.
8 |
9 |
10 |
11 | **DATA SET DESCRIPTION**
12 |
13 | Column 1 : PassengerId
14 |
15 | Column 2 : Survived (survived=0 & died=1)
16 |
17 | Column 3 : Pclass
18 |
19 | Column 4 : Name
20 |
21 | Column 5 : Sex
22 |
23 | Column 6 : Age
24 |
25 | Column 7 : SibSp
26 |
27 | Column 8 : Parch
28 |
29 | Column 9 : Ticket
30 |
31 | Column 10 : Fare
32 |
33 | Column 11 : Cabin
34 |
35 | Column 12 : Embarked
36 |
37 | The titanic data set have been given in this repository in titanicdata file. Store the data in HDFS in mentiond directory in pig script file.
38 | and the execute the pig script file.
39 | Run the following command to count and store the average age of survived and died passanger.
40 |
41 | ```
42 | $ pig -x mapreduce '/home/maniram/data/titanic_avg_age_report.pig'
43 | -- make sure have changed the file path according to your local system in above line
44 |
45 | ```
46 |
47 | To find out the dead and servived passanger report run the second pig script file using following command
48 |
49 | ```
50 | $ pig -x mapreduce '/home/maniram/data/titanic_pclass_report.pig'
51 | -- make sure have changed the file path according to your local system in above line.
52 |
53 | ```
54 |
55 |
56 | After executing above Pis script file your result be saved in HDFS as well it the result will be shown in shell terminal also.
57 |
58 | Make sure your hadoop cluster is running before executing the pig script file.
59 |
60 |
61 |
--------------------------------------------------------------------------------
/titanic_data_analysis/TitanicData.txt:
--------------------------------------------------------------------------------
1 | 1,0,3,"Braund Mr. Owen Harris",male,22,1,0,A/5 21171,7.25,,S,
2 | 2,1,1,"Cumings Mrs. John Bradley (Florence Briggs Thayer)",female,38,1,0,PC 17599,71.2833,C85,C,
3 | 3,1,3,"Heikkinen Miss. Laina",female,26,0,0,STON/O2. 3101282,7.925,,S,
4 | 4,1,1,"Futrelle Mrs. Jacques Heath (Lily May Peel)",female,35,1,0,113803,53.1,C123,S,
5 | 5,0,3,"Allen Mr. William Henry",male,35,0,0,373450,8.05,,S,
6 | 6,0,3,"Moran Mr. James",male,,0,0,330877,8.4583,,Q,
7 | 7,0,1,"McCarthy Mr. Timothy J",male,54,0,0,17463,51.8625,E46,S,
8 | 8,0,3,"Palsson Master. Gosta Leonard",male,2,3,1,349909,21.075,,S,
9 | 9,1,3,"Johnson Mrs. Oscar W (Elisabeth Vilhelmina Berg)",female,27,0,2,347742,11.1333,,S,
10 | 10,1,2,"Nasser Mrs. Nicholas (Adele Achem)",female,14,1,0,237736,30.0708,,C,
11 | 11,1,3,"Sandstrom Miss. Marguerite Rut",female,4,1,1,PP 9549,16.7,G6,S,
12 | 12,1,1,"Bonnell Miss. Elizabeth",female,58,0,0,113783,26.55,C103,S,
13 | 13,0,3,"Saundercock Mr. William Henry",male,20,0,0,A/5. 2151,8.05,,S,
14 | 14,0,3,"Andersson Mr. Anders Johan",male,39,1,5,347082,31.275,,S,
15 | 15,0,3,"Vestrom Miss. Hulda Amanda Adolfina",female,14,0,0,350406,7.8542,,S,
16 | 16,1,2,"Hewlett Mrs. (Mary D Kingcome) ",female,55,0,0,248706,16,,S,
17 | 17,0,3,"Rice Master. Eugene",male,2,4,1,382652,29.125,,Q,
18 | 18,1,2,"Williams Mr. Charles Eugene",male,,0,0,244373,13,,S,
19 | 19,0,3,"Vander Planke Mrs. Julius (Emelia Maria Vandemoortele)",female,31,1,0,345763,18,,S,
20 | 20,1,3,"Masselmani Mrs. Fatima",female,,0,0,2649,7.225,,C,
21 | 21,0,2,"Fynney Mr. Joseph J",male,35,0,0,239865,26,,S,
22 | 22,1,2,"Beesley Mr. Lawrence",male,34,0,0,248698,13,D56,S,
23 | 23,1,3,"McGowan Miss. Anna ""Annie""",female,15,0,0,330923,8.0292,,Q,
24 | 24,1,1,"Sloper Mr. William Thompson",male,28,0,0,113788,35.5,A6,S,
25 | 25,0,3,"Palsson Miss. Torborg Danira",female,8,3,1,349909,21.075,,S,
26 | 26,1,3,"Asplund Mrs. Carl Oscar (Selma Augusta Emilia Johansson)",female,38,1,5,347077,31.3875,,S,
27 | 27,0,3,"Emir Mr. Farred Chehab",male,,0,0,2631,7.225,,C,
28 | 28,0,1,"Fortune Mr. Charles Alexander",male,19,3,2,19950,263,C23 C25 C27,S,
29 | 29,1,3,"O'Dwyer Miss. Ellen ""Nellie""",female,,0,0,330959,7.8792,,Q,
30 | 30,0,3,"Todoroff Mr. Lalio",male,,0,0,349216,7.8958,,S,
31 | 31,0,1,"Uruchurtu Don. Manuel E",male,40,0,0,PC 17601,27.7208,,C,
32 | 32,1,1,"Spencer Mrs. William Augustus (Marie Eugenie)",female,,1,0,PC 17569,146.5208,B78,C,
33 | 33,1,3,"Glynn Miss. Mary Agatha",female,,0,0,335677,7.75,,Q,
34 | 34,0,2,"Wheadon Mr. Edward H",male,66,0,0,C.A. 24579,10.5,,S,
35 | 35,0,1,"Meyer Mr. Edgar Joseph",male,28,1,0,PC 17604,82.1708,,C,
36 | 36,0,1,"Holverson Mr. Alexander Oskar",male,42,1,0,113789,52,,S,
37 | 37,1,3,"Mamee Mr. Hanna",male,,0,0,2677,7.2292,,C,
38 | 38,0,3,"Cann Mr. Ernest Charles",male,21,0,0,A./5. 2152,8.05,,S,
39 | 39,0,3,"Vander Planke Miss. Augusta Maria",female,18,2,0,345764,18,,S,
40 | 40,1,3,"Nicola-Yarred Miss. Jamila",female,14,1,0,2651,11.2417,,C,
41 | 41,0,3,"Ahlin Mrs. Johan (Johanna Persdotter Larsson)",female,40,1,0,7546,9.475,,S,
42 | 42,0,2,"Turpin Mrs. William John Robert (Dorothy Ann Wonnacott)",female,27,1,0,11668,21,,S,
43 | 43,0,3,"Kraeff Mr. Theodor",male,,0,0,349253,7.8958,,C,
44 | 44,1,2,"Laroche Miss. Simonne Marie Anne Andree",female,3,1,2,SC/Paris 2123,41.5792,,C,
45 | 45,1,3,"Devaney Miss. Margaret Delia",female,19,0,0,330958,7.8792,,Q,
46 | 46,0,3,"Rogers Mr. William John",male,,0,0,S.C./A.4. 23567,8.05,,S,
47 | 47,0,3,"Lennon Mr. Denis",male,,1,0,370371,15.5,,Q,
48 | 48,1,3,"O'Driscoll Miss. Bridget",female,,0,0,14311,7.75,,Q,
49 | 49,0,3,"Samaan Mr. Youssef",male,,2,0,2662,21.6792,,C,
50 | 50,0,3,"Arnold-Franchi Mrs. Josef (Josefine Franchi)",female,18,1,0,349237,17.8,,S,
51 | 51,0,3,"Panula Master. Juha Niilo",male,7,4,1,3101295,39.6875,,S,
52 | 52,0,3,"Nosworthy Mr. Richard Cater",male,21,0,0,A/4. 39886,7.8,,S,
53 | 53,1,1,"Harper Mrs. Henry Sleeper (Myna Haxtun)",female,49,1,0,PC 17572,76.7292,D33,C,
54 | 54,1,2,"Faunthorpe Mrs. Lizzie (Elizabeth Anne Wilkinson)",female,29,1,0,2926,26,,S,
55 | 55,0,1,"Ostby Mr. Engelhart Cornelius",male,65,0,1,113509,61.9792,B30,C,
56 | 56,1,1,"Woolner Mr. Hugh",male,,0,0,19947,35.5,C52,S,
57 | 57,1,2,"Rugg Miss. Emily",female,21,0,0,C.A. 31026,10.5,,S,
58 | 58,0,3,"Novel Mr. Mansouer",male,28.5,0,0,2697,7.2292,,C,
59 | 59,1,2,"West Miss. Constance Mirium",female,5,1,2,C.A. 34651,27.75,,S,
60 | 60,0,3,"Goodwin Master. William Frederick",male,11,5,2,CA 2144,46.9,,S,
61 | 61,0,3,"Sirayanian Mr. Orsen",male,22,0,0,2669,7.2292,,C,
62 | 62,1,1,"Icard Miss. Amelie",female,38,0,0,113572,80,B28,
63 | 63,0,1,"Harris Mr. Henry Birkhardt",male,45,1,0,36973,83.475,C83,S,
64 | 64,0,3,"Skoog Master. Harald",male,4,3,2,347088,27.9,,S,
65 | 65,0,1,"Stewart Mr. Albert A",male,,0,0,PC 17605,27.7208,,C,
66 | 66,1,3,"Moubarek Master. Gerios",male,,1,1,2661,15.2458,,C,
67 | 67,1,2,"Nye Mrs. (Elizabeth Ramell)",female,29,0,0,C.A. 29395,10.5,F33,S,
68 | 68,0,3,"Crease Mr. Ernest James",male,19,0,0,S.P. 3464,8.1583,,S,
69 | 69,1,3,"Andersson Miss. Erna Alexandra",female,17,4,2,3101281,7.925,,S,
70 | 70,0,3,"Kink Mr. Vincenz",male,26,2,0,315151,8.6625,,S,
71 | 71,0,2,"Jenkin Mr. Stephen Curnow",male,32,0,0,C.A. 33111,10.5,,S,
72 | 72,0,3,"Goodwin Miss. Lillian Amy",female,16,5,2,CA 2144,46.9,,S,
73 | 73,0,2,"Hood Mr. Ambrose Jr",male,21,0,0,S.O.C. 14879,73.5,,S,
74 | 74,0,3,"Chronopoulos Mr. Apostolos",male,26,1,0,2680,14.4542,,C,
75 | 75,1,3,"Bing Mr. Lee",male,32,0,0,1601,56.4958,,S,
76 | 76,0,3,"Moen Mr. Sigurd Hansen",male,25,0,0,348123,7.65,F G73,S,
77 | 77,0,3,"Staneff Mr. Ivan",male,,0,0,349208,7.8958,,S,
78 | 78,0,3,"Moutal Mr. Rahamin Haim",male,,0,0,374746,8.05,,S,
79 | 79,1,2,"Caldwell Master. Alden Gates",male,0.83,0,2,248738,29,,S,
80 | 80,1,3,"Dowdell Miss. Elizabeth",female,30,0,0,364516,12.475,,S,
81 | 81,0,3,"Waelens Mr. Achille",male,22,0,0,345767,9,,S,
82 | 82,1,3,"Sheerlinck Mr. Jan Baptist",male,29,0,0,345779,9.5,,S,
83 | 83,1,3,"McDermott Miss. Brigdet Delia",female,,0,0,330932,7.7875,,Q,
84 | 84,0,1,"Carrau Mr. Francisco M",male,28,0,0,113059,47.1,,S,
85 | 85,1,2,"Ilett Miss. Bertha",female,17,0,0,SO/C 14885,10.5,,S,
86 | 86,1,3,"Backstrom Mrs. Karl Alfred (Maria Mathilda Gustafsson)",female,33,3,0,3101278,15.85,,S,
87 | 87,0,3,"Ford Mr. William Neal",male,16,1,3,W./C. 6608,34.375,,S,
88 | 88,0,3,"Slocovski Mr. Selman Francis",male,,0,0,SOTON/OQ 392086,8.05,,S,
89 | 89,1,1,"Fortune Miss. Mabel Helen",female,23,3,2,19950,263,C23 C25 C27,S,
90 | 90,0,3,"Celotti Mr. Francesco",male,24,0,0,343275,8.05,,S,
91 | 91,0,3,"Christmann Mr. Emil",male,29,0,0,343276,8.05,,S,
92 | 92,0,3,"Andreasson Mr. Paul Edvin",male,20,0,0,347466,7.8542,,S,
93 | 93,0,1,"Chaffee Mr. Herbert Fuller",male,46,1,0,W.E.P. 5734,61.175,E31,S,
94 | 94,0,3,"Dean Mr. Bertram Frank",male,26,1,2,C.A. 2315,20.575,,S,
95 | 95,0,3,"Coxon Mr. Daniel",male,59,0,0,364500,7.25,,S,
96 | 96,0,3,"Shorney Mr. Charles Joseph",male,,0,0,374910,8.05,,S,
97 | 97,0,1,"Goldschmidt Mr. George B",male,71,0,0,PC 17754,34.6542,A5,C,
98 | 98,1,1,"Greenfield Mr. William Bertram",male,23,0,1,PC 17759,63.3583,D10 D12,C,
99 | 99,1,2,"Doling Mrs. John T (Ada Julia Bone)",female,34,0,1,231919,23,,S,
100 | 100,0,2,"Kantor Mr. Sinai",male,34,1,0,244367,26,,S,
101 | 101,0,3,"Petranec Miss. Matilda",female,28,0,0,349245,7.8958,,S,
102 | 102,0,3,"Petroff Mr. Pastcho (""Pentcho"")",male,,0,0,349215,7.8958,,S,
103 | 103,0,1,"White Mr. Richard Frasar",male,21,0,1,35281,77.2875,D26,S,
104 | 104,0,3,"Johansson Mr. Gustaf Joel",male,33,0,0,7540,8.6542,,S,
105 | 105,0,3,"Gustafsson Mr. Anders Vilhelm",male,37,2,0,3101276,7.925,,S,
106 | 106,0,3,"Mionoff Mr. Stoytcho",male,28,0,0,349207,7.8958,,S,
107 | 107,1,3,"Salkjelsvik Miss. Anna Kristine",female,21,0,0,343120,7.65,,S,
108 | 108,1,3,"Moss Mr. Albert Johan",male,,0,0,312991,7.775,,S,
109 | 109,0,3,"Rekic Mr. Tido",male,38,0,0,349249,7.8958,,S,
110 | 110,1,3,"Moran Miss. Bertha",female,,1,0,371110,24.15,,Q,
111 | 111,0,1,"Porter Mr. Walter Chamberlain",male,47,0,0,110465,52,C110,S,
112 | 112,0,3,"Zabour Miss. Hileni",female,14.5,1,0,2665,14.4542,,C,
113 | 113,0,3,"Barton Mr. David John",male,22,0,0,324669,8.05,,S,
114 | 114,0,3,"Jussila Miss. Katriina",female,20,1,0,4136,9.825,,S,
115 | 115,0,3,"Attalah Miss. Malake",female,17,0,0,2627,14.4583,,C,
116 | 116,0,3,"Pekoniemi Mr. Edvard",male,21,0,0,STON/O 2. 3101294,7.925,,S,
117 | 117,0,3,"Connors Mr. Patrick",male,70.5,0,0,370369,7.75,,Q,
118 | 118,0,2,"Turpin Mr. William John Robert",male,29,1,0,11668,21,,S,
119 | 119,0,1,"Baxter Mr. Quigg Edmond",male,24,0,1,PC 17558,247.5208,B58 B60,C,
120 | 120,0,3,"Andersson Miss. Ellis Anna Maria",female,2,4,2,347082,31.275,,S,
121 | 121,0,2,"Hickman Mr. Stanley George",male,21,2,0,S.O.C. 14879,73.5,,S,
122 | 122,0,3,"Moore Mr. Leonard Charles",male,,0,0,A4. 54510,8.05,,S,
123 | 123,0,2,"Nasser Mr. Nicholas",male,32.5,1,0,237736,30.0708,,C,
124 | 124,1,2,"Webber Miss. Susan",female,32.5,0,0,27267,13,E101,S,
125 | 125,0,1,"White Mr. Percival Wayland",male,54,0,1,35281,77.2875,D26,S,
126 | 126,1,3,"Nicola-Yarred Master. Elias",male,12,1,0,2651,11.2417,,C,
127 | 127,0,3,"McMahon Mr. Martin",male,,0,0,370372,7.75,,Q,
128 | 128,1,3,"Madsen Mr. Fridtjof Arne",male,24,0,0,C 17369,7.1417,,S,
129 | 129,1,3,"Peter Miss. Anna",female,,1,1,2668,22.3583,F E69,C,
130 | 130,0,3,"Ekstrom Mr. Johan",male,45,0,0,347061,6.975,,S,
131 | 131,0,3,"Drazenoic Mr. Jozef",male,33,0,0,349241,7.8958,,C,
132 | 132,0,3,"Coelho Mr. Domingos Fernandeo",male,20,0,0,SOTON/O.Q. 3101307,7.05,,S,
133 | 133,0,3,"Robins Mrs. Alexander A (Grace Charity Laury)",female,47,1,0,A/5. 3337,14.5,,S,
134 | 134,1,2,"Weisz Mrs. Leopold (Mathilde Francoise Pede)",female,29,1,0,228414,26,,S,
135 | 135,0,2,"Sobey Mr. Samuel James Hayden",male,25,0,0,C.A. 29178,13,,S,
136 | 136,0,2,"Richard Mr. Emile",male,23,0,0,SC/PARIS 2133,15.0458,,C,
137 | 137,1,1,"Newsom Miss. Helen Monypeny",female,19,0,2,11752,26.2833,D47,S,
138 | 138,0,1,"Futrelle Mr. Jacques Heath",male,37,1,0,113803,53.1,C123,S,
139 | 139,0,3,"Osen Mr. Olaf Elon",male,16,0,0,7534,9.2167,,S,
140 | 140,0,1,"Giglio Mr. Victor",male,24,0,0,PC 17593,79.2,B86,C,
141 | 141,0,3,"Boulos Mrs. Joseph (Sultana)",female,,0,2,2678,15.2458,,C,
142 | 142,1,3,"Nysten Miss. Anna Sofia",female,22,0,0,347081,7.75,,S,
143 | 143,1,3,"Hakkarainen Mrs. Pekka Pietari (Elin Matilda Dolck)",female,24,1,0,STON/O2. 3101279,15.85,,S,
144 | 144,0,3,"Burke Mr. Jeremiah",male,19,0,0,365222,6.75,,Q,
145 | 145,0,2,"Andrew Mr. Edgardo Samuel",male,18,0,0,231945,11.5,,S,
146 | 146,0,2,"Nicholls Mr. Joseph Charles",male,19,1,1,C.A. 33112,36.75,,S,
147 | 147,1,3,"Andersson Mr. August Edvard (""Wennerstrom"")",male,27,0,0,350043,7.7958,,S,
148 | 148,0,3,"Ford Miss. Robina Maggie ""Ruby""",female,9,2,2,W./C. 6608,34.375,,S,
149 | 149,0,2,"Navratil Mr. Michel (""Louis M Hoffman"")",male,36.5,0,2,230080,26,F2,S,
150 | 150,0,2,"Byles Rev. Thomas Roussel Davids",male,42,0,0,244310,13,,S,
151 | 151,0,2,"Bateman Rev. Robert James",male,51,0,0,S.O.P. 1166,12.525,,S,
152 | 152,1,1,"Pears Mrs. Thomas (Edith Wearne)",female,22,1,0,113776,66.6,C2,S,
153 | 153,0,3,"Meo Mr. Alfonzo",male,55.5,0,0,A.5. 11206,8.05,,S,
154 | 154,0,3,"van Billiard Mr. Austin Blyler",male,40.5,0,2,A/5. 851,14.5,,S,
155 | 155,0,3,"Olsen Mr. Ole Martin",male,,0,0,Fa 265302,7.3125,,S,
156 | 156,0,1,"Williams Mr. Charles Duane",male,51,0,1,PC 17597,61.3792,,C,
157 | 157,1,3,"Gilnagh Miss. Katherine ""Katie""",female,16,0,0,35851,7.7333,,Q,
158 | 158,0,3,"Corn Mr. Harry",male,30,0,0,SOTON/OQ 392090,8.05,,S,
159 | 159,0,3,"Smiljanic Mr. Mile",male,,0,0,315037,8.6625,,S,
160 | 160,0,3,"Sage Master. Thomas Henry",male,,8,2,CA. 2343,69.55,,S,
161 | 161,0,3,"Cribb Mr. John Hatfield",male,44,0,1,371362,16.1,,S,
162 | 162,1,2,"Watt Mrs. James (Elizabeth ""Bessie"" Inglis Milne)",female,40,0,0,C.A. 33595,15.75,,S,
163 | 163,0,3,"Bengtsson Mr. John Viktor",male,26,0,0,347068,7.775,,S,
164 | 164,0,3,"Calic Mr. Jovo",male,17,0,0,315093,8.6625,,S,
165 | 165,0,3,"Panula Master. Eino Viljami",male,1,4,1,3101295,39.6875,,S,
166 | 166,1,3,"Goldsmith Master. Frank John William ""Frankie""",male,9,0,2,363291,20.525,,S,
167 | 167,1,1,"Chibnall Mrs. (Edith Martha Bowerman)",female,,0,1,113505,55,E33,S,
168 | 168,0,3,"Skoog Mrs. William (Anna Bernhardina Karlsson)",female,45,1,4,347088,27.9,,S,
169 | 169,0,1,"Baumann Mr. John D",male,,0,0,PC 17318,25.925,,S,
170 | 170,0,3,"Ling Mr. Lee",male,28,0,0,1601,56.4958,,S,
171 | 171,0,1,"Van der hoef Mr. Wyckoff",male,61,0,0,111240,33.5,B19,S,
172 | 172,0,3,"Rice Master. Arthur",male,4,4,1,382652,29.125,,Q,
173 | 173,1,3,"Johnson Miss. Eleanor Ileen",female,1,1,1,347742,11.1333,,S,
174 | 174,0,3,"Sivola Mr. Antti Wilhelm",male,21,0,0,STON/O 2. 3101280,7.925,,S,
175 | 175,0,1,"Smith Mr. James Clinch",male,56,0,0,17764,30.6958,A7,C,
176 | 176,0,3,"Klasen Mr. Klas Albin",male,18,1,1,350404,7.8542,,S,
177 | 177,0,3,"Lefebre Master. Henry Forbes",male,,3,1,4133,25.4667,,S,
178 | 178,0,1,"Isham Miss. Ann Elizabeth",female,50,0,0,PC 17595,28.7125,C49,C,
179 | 179,0,2,"Hale Mr. Reginald",male,30,0,0,250653,13,,S,
180 | 180,0,3,"Leonard Mr. Lionel",male,36,0,0,LINE,0,,S,
181 | 181,0,3,"Sage Miss. Constance Gladys",female,,8,2,CA. 2343,69.55,,S,
182 | 182,0,2,"Pernot Mr. Rene",male,,0,0,SC/PARIS 2131,15.05,,C,
183 | 183,0,3,"Asplund Master. Clarence Gustaf Hugo",male,9,4,2,347077,31.3875,,S,
184 | 184,1,2,"Becker Master. Richard F",male,1,2,1,230136,39,F4,S,
185 | 185,1,3,"Kink-Heilmann Miss. Luise Gretchen",female,4,0,2,315153,22.025,,S,
186 | 186,0,1,"Rood Mr. Hugh Roscoe",male,,0,0,113767,50,A32,S,
187 | 187,1,3,"O'Brien Mrs. Thomas (Johanna ""Hannah"" Godfrey)",female,,1,0,370365,15.5,,Q,
188 | 188,1,1,"Romaine Mr. Charles Hallace (""Mr C Rolmane"")",male,45,0,0,111428,26.55,,S,
189 | 189,0,3,"Bourke Mr. John",male,40,1,1,364849,15.5,,Q,
190 | 190,0,3,"Turcin Mr. Stjepan",male,36,0,0,349247,7.8958,,S,
191 | 191,1,2,"Pinsky Mrs. (Rosa)",female,32,0,0,234604,13,,S,
192 | 192,0,2,"Carbines Mr. William",male,19,0,0,28424,13,,S,
193 | 193,1,3,"Andersen-Jensen Miss. Carla Christine Nielsine",female,19,1,0,350046,7.8542,,S,
194 | 194,1,2,"Navratil Master. Michel M",male,3,1,1,230080,26,F2,S,
195 | 195,1,1,"Brown Mrs. James Joseph (Margaret Tobin)",female,44,0,0,PC 17610,27.7208,B4,C,
196 | 196,1,1,"Lurette Miss. Elise",female,58,0,0,PC 17569,146.5208,B80,C,
197 | 197,0,3,"Mernagh Mr. Robert",male,,0,0,368703,7.75,,Q,
198 | 198,0,3,"Olsen Mr. Karl Siegwart Andreas",male,42,0,1,4579,8.4042,,S,
199 | 199,1,3,"Madigan Miss. Margaret ""Maggie""",female,,0,0,370370,7.75,,Q,
200 | 200,0,2,"Yrois Miss. Henriette (""Mrs Harbeck"")",female,24,0,0,248747,13,,S,
201 | 201,0,3,"Vande Walle Mr. Nestor Cyriel",male,28,0,0,345770,9.5,,S,
202 | 202,0,3,"Sage Mr. Frederick",male,,8,2,CA. 2343,69.55,,S,
203 | 203,0,3,"Johanson Mr. Jakob Alfred",male,34,0,0,3101264,6.4958,,S,
204 | 204,0,3,"Youseff Mr. Gerious",male,45.5,0,0,2628,7.225,,C,
205 | 205,1,3,"Cohen Mr. Gurshon ""Gus""",male,18,0,0,A/5 3540,8.05,,S,
206 | 206,0,3,"Strom Miss. Telma Matilda",female,2,0,1,347054,10.4625,G6,S,
207 | 207,0,3,"Backstrom Mr. Karl Alfred",male,32,1,0,3101278,15.85,,S,
208 | 208,1,3,"Albimona Mr. Nassef Cassem",male,26,0,0,2699,18.7875,,C,
209 | 209,1,3,"Carr Miss. Helen ""Ellen""",female,16,0,0,367231,7.75,,Q,
210 | 210,1,1,"Blank Mr. Henry",male,40,0,0,112277,31,A31,C,
211 | 211,0,3,"Ali Mr. Ahmed",male,24,0,0,SOTON/O.Q. 3101311,7.05,,S,
212 | 212,1,2,"Cameron Miss. Clear Annie",female,35,0,0,F.C.C. 13528,21,,S,
213 | 213,0,3,"Perkin Mr. John Henry",male,22,0,0,A/5 21174,7.25,,S,
214 | 214,0,2,"Givard Mr. Hans Kristensen",male,30,0,0,250646,13,,S,
215 | 215,0,3,"Kiernan Mr. Philip",male,,1,0,367229,7.75,,Q,
216 | 216,1,1,"Newell Miss. Madeleine",female,31,1,0,35273,113.275,D36,C,
217 | 217,1,3,"Honkanen Miss. Eliina",female,27,0,0,STON/O2. 3101283,7.925,,S,
218 | 218,0,2,"Jacobsohn Mr. Sidney Samuel",male,42,1,0,243847,27,,S,
219 | 219,1,1,"Bazzani Miss. Albina",female,32,0,0,11813,76.2917,D15,C,
220 | 220,0,2,"Harris Mr. Walter",male,30,0,0,W/C 14208,10.5,,S,
221 | 221,1,3,"Sunderland Mr. Victor Francis",male,16,0,0,SOTON/OQ 392089,8.05,,S,
222 | 222,0,2,"Bracken Mr. James H",male,27,0,0,220367,13,,S,
223 | 223,0,3,"Green Mr. George Henry",male,51,0,0,21440,8.05,,S,
224 | 224,0,3,"Nenkoff Mr. Christo",male,,0,0,349234,7.8958,,S,
225 | 225,1,1,"Hoyt Mr. Frederick Maxfield",male,38,1,0,19943,90,C93,S,
226 | 226,0,3,"Berglund Mr. Karl Ivar Sven",male,22,0,0,PP 4348,9.35,,S,
227 | 227,1,2,"Mellors Mr. William John",male,19,0,0,SW/PP 751,10.5,,S,
228 | 228,0,3,"Lovell Mr. John Hall (""Henry"")",male,20.5,0,0,A/5 21173,7.25,,S,
229 | 229,0,2,"Fahlstrom Mr. Arne Jonas",male,18,0,0,236171,13,,S,
230 | 230,0,3,"Lefebre Miss. Mathilde",female,,3,1,4133,25.4667,,S,
231 | 231,1,1,"Harris Mrs. Henry Birkhardt (Irene Wallach)",female,35,1,0,36973,83.475,C83,S,
232 | 232,0,3,"Larsson Mr. Bengt Edvin",male,29,0,0,347067,7.775,,S,
233 | 233,0,2,"Sjostedt Mr. Ernst Adolf",male,59,0,0,237442,13.5,,S,
234 | 234,1,3,"Asplund Miss. Lillian Gertrud",female,5,4,2,347077,31.3875,,S,
235 | 235,0,2,"Leyson Mr. Robert William Norman",male,24,0,0,C.A. 29566,10.5,,S,
236 | 236,0,3,"Harknett Miss. Alice Phoebe",female,,0,0,W./C. 6609,7.55,,S,
237 | 237,0,2,"Hold Mr. Stephen",male,44,1,0,26707,26,,S,
238 | 238,1,2,"Collyer Miss. Marjorie ""Lottie""",female,8,0,2,C.A. 31921,26.25,,S,
239 | 239,0,2,"Pengelly Mr. Frederick William",male,19,0,0,28665,10.5,,S,
240 | 240,0,2,"Hunt Mr. George Henry",male,33,0,0,SCO/W 1585,12.275,,S,
241 | 241,0,3,"Zabour Miss. Thamine",female,,1,0,2665,14.4542,,C,
242 | 242,1,3,"Murphy Miss. Katherine ""Kate""",female,,1,0,367230,15.5,,Q,
243 | 243,0,2,"Coleridge Mr. Reginald Charles",male,29,0,0,W./C. 14263,10.5,,S,
244 | 244,0,3,"Maenpaa Mr. Matti Alexanteri",male,22,0,0,STON/O 2. 3101275,7.125,,S,
245 | 245,0,3,"Attalah Mr. Sleiman",male,30,0,0,2694,7.225,,C,
246 | 246,0,1,"Minahan Dr. William Edward",male,44,2,0,19928,90,C78,Q,
247 | 247,0,3,"Lindahl Miss. Agda Thorilda Viktoria",female,25,0,0,347071,7.775,,S,
248 | 248,1,2,"Hamalainen Mrs. William (Anna)",female,24,0,2,250649,14.5,,S,
249 | 249,1,1,"Beckwith Mr. Richard Leonard",male,37,1,1,11751,52.5542,D35,S,
250 | 250,0,2,"Carter Rev. Ernest Courtenay",male,54,1,0,244252,26,,S,
251 | 251,0,3,"Reed Mr. James George",male,,0,0,362316,7.25,,S,
252 | 252,0,3,"Strom Mrs. Wilhelm (Elna Matilda Persson)",female,29,1,1,347054,10.4625,G6,S,
253 | 253,0,1,"Stead Mr. William Thomas",male,62,0,0,113514,26.55,C87,S,
254 | 254,0,3,"Lobb Mr. William Arthur",male,30,1,0,A/5. 3336,16.1,,S,
255 | 255,0,3,"Rosblom Mrs. Viktor (Helena Wilhelmina)",female,41,0,2,370129,20.2125,,S,
256 | 256,1,3,"Touma Mrs. Darwis (Hanne Youssef Razi)",female,29,0,2,2650,15.2458,,C,
257 | 257,1,1,"Thorne Mrs. Gertrude Maybelle",female,,0,0,PC 17585,79.2,,C,
258 | 258,1,1,"Cherry Miss. Gladys",female,30,0,0,110152,86.5,B77,S,
259 | 259,1,1,"Ward Miss. Anna",female,35,0,0,PC 17755,512.3292,,C,
260 | 260,1,2,"Parrish Mrs. (Lutie Davis)",female,50,0,1,230433,26,,S,
261 | 261,0,3,"Smith Mr. Thomas",male,,0,0,384461,7.75,,Q,
262 | 262,1,3,"Asplund Master. Edvin Rojj Felix",male,3,4,2,347077,31.3875,,S,
263 | 263,0,1,"Taussig Mr. Emil",male,52,1,1,110413,79.65,E67,S,
264 | 264,0,1,"Harrison Mr. William",male,40,0,0,112059,0,B94,S,
265 | 265,0,3,"Henry Miss. Delia",female,,0,0,382649,7.75,,Q,
266 | 266,0,2,"Reeves Mr. David",male,36,0,0,C.A. 17248,10.5,,S,
267 | 267,0,3,"Panula Mr. Ernesti Arvid",male,16,4,1,3101295,39.6875,,S,
268 | 268,1,3,"Persson Mr. Ernst Ulrik",male,25,1,0,347083,7.775,,S,
269 | 269,1,1,"Graham Mrs. William Thompson (Edith Junkins)",female,58,0,1,PC 17582,153.4625,C125,S,
270 | 270,1,1,"Bissette Miss. Amelia",female,35,0,0,PC 17760,135.6333,C99,S,
271 | 271,0,1,"Cairns Mr. Alexander",male,,0,0,113798,31,,S,
272 | 272,1,3,"Tornquist Mr. William Henry",male,25,0,0,LINE,0,,S,
273 | 273,1,2,"Mellinger Mrs. (Elizabeth Anne Maidment)",female,41,0,1,250644,19.5,,S,
274 | 274,0,1,"Natsch Mr. Charles H",male,37,0,1,PC 17596,29.7,C118,C,
275 | 275,1,3,"Healy Miss. Hanora ""Nora""",female,,0,0,370375,7.75,,Q,
276 | 276,1,1,"Andrews Miss. Kornelia Theodosia",female,63,1,0,13502,77.9583,D7,S,
277 | 277,0,3,"Lindblom Miss. Augusta Charlotta",female,45,0,0,347073,7.75,,S,
278 | 278,0,2,"Parkes Mr. Francis ""Frank""",male,,0,0,239853,0,,S,
279 | 279,0,3,"Rice Master. Eric",male,7,4,1,382652,29.125,,Q,
280 | 280,1,3,"Abbott Mrs. Stanton (Rosa Hunt)",female,35,1,1,C.A. 2673,20.25,,S,
281 | 281,0,3,"Duane Mr. Frank",male,65,0,0,336439,7.75,,Q,
282 | 282,0,3,"Olsson Mr. Nils Johan Goransson",male,28,0,0,347464,7.8542,,S,
283 | 283,0,3,"de Pelsmaeker Mr. Alfons",male,16,0,0,345778,9.5,,S,
284 | 284,1,3,"Dorking Mr. Edward Arthur",male,19,0,0,A/5. 10482,8.05,,S,
285 | 285,0,1,"Smith Mr. Richard William",male,,0,0,113056,26,A19,S,
286 | 286,0,3,"Stankovic Mr. Ivan",male,33,0,0,349239,8.6625,,C,
287 | 287,1,3,"de Mulder Mr. Theodore",male,30,0,0,345774,9.5,,S,
288 | 288,0,3,"Naidenoff Mr. Penko",male,22,0,0,349206,7.8958,,S,
289 | 289,1,2,"Hosono Mr. Masabumi",male,42,0,0,237798,13,,S,
290 | 290,1,3,"Connolly Miss. Kate",female,22,0,0,370373,7.75,,Q,
291 | 291,1,1,"Barber Miss. Ellen ""Nellie""",female,26,0,0,19877,78.85,,S,
292 | 292,1,1,"Bishop Mrs. Dickinson H (Helen Walton)",female,19,1,0,11967,91.0792,B49,C,
293 | 293,0,2,"Levy Mr. Rene Jacques",male,36,0,0,SC/Paris 2163,12.875,D,C,
294 | 294,0,3,"Haas Miss. Aloisia",female,24,0,0,349236,8.85,,S,
295 | 295,0,3,"Mineff Mr. Ivan",male,24,0,0,349233,7.8958,,S,
296 | 296,0,1,"Lewy Mr. Ervin G",male,,0,0,PC 17612,27.7208,,C,
297 | 297,0,3,"Hanna Mr. Mansour",male,23.5,0,0,2693,7.2292,,C,
298 | 298,0,1,"Allison Miss. Helen Loraine",female,2,1,2,113781,151.55,C22 C26,S,
299 | 299,1,1,"Saalfeld Mr. Adolphe",male,,0,0,19988,30.5,C106,S,
300 | 300,1,1,"Baxter Mrs. James (Helene DeLaudeniere Chaput)",female,50,0,1,PC 17558,247.5208,B58 B60,C,
301 | 301,1,3,"Kelly Miss. Anna Katherine ""Annie Kate""",female,,0,0,9234,7.75,,Q,
302 | 302,1,3,"McCoy Mr. Bernard",male,,2,0,367226,23.25,,Q,
303 | 303,0,3,"Johnson Mr. William Cahoone Jr",male,19,0,0,LINE,0,,S,
304 | 304,1,2,"Keane Miss. Nora A",female,,0,0,226593,12.35,E101,Q,
305 | 305,0,3,"Williams Mr. Howard Hugh ""Harry""",male,,0,0,A/5 2466,8.05,,S,
306 | 306,1,1,"Allison Master. Hudson Trevor",male,0.92,1,2,113781,151.55,C22 C26,S,
307 | 307,1,1,"Fleming Miss. Margaret",female,,0,0,17421,110.8833,,C,
308 | 308,1,1,"Penasco y Castellana Mrs. Victor de Satode (Maria Josefa Perez de Soto y Vallejo)",female,17,1,0,PC 17758,108.9,C65,C,
309 | 309,0,2,"Abelson Mr. Samuel",male,30,1,0,P/PP 3381,24,,C,
310 | 310,1,1,"Francatelli Miss. Laura Mabel",female,30,0,0,PC 17485,56.9292,E36,C,
311 | 311,1,1,"Hays Miss. Margaret Bechstein",female,24,0,0,11767,83.1583,C54,C,
312 | 312,1,1,"Ryerson Miss. Emily Borie",female,18,2,2,PC 17608,262.375,B57 B59 B63 B66,C,
313 | 313,0,2,"Lahtinen Mrs. William (Anna Sylfven)",female,26,1,1,250651,26,,S,
314 | 314,0,3,"Hendekovic Mr. Ignjac",male,28,0,0,349243,7.8958,,S,
315 | 315,0,2,"Hart Mr. Benjamin",male,43,1,1,F.C.C. 13529,26.25,,S,
316 | 316,1,3,"Nilsson Miss. Helmina Josefina",female,26,0,0,347470,7.8542,,S,
317 | 317,1,2,"Kantor Mrs. Sinai (Miriam Sternin)",female,24,1,0,244367,26,,S,
318 | 318,0,2,"Moraweck Dr. Ernest",male,54,0,0,29011,14,,S,
319 | 319,1,1,"Wick Miss. Mary Natalie",female,31,0,2,36928,164.8667,C7,S,
320 | 320,1,1,"Spedden Mrs. Frederic Oakley (Margaretta Corning Stone)",female,40,1,1,16966,134.5,E34,C,
321 | 321,0,3,"Dennis Mr. Samuel",male,22,0,0,A/5 21172,7.25,,S,
322 | 322,0,3,"Danoff Mr. Yoto",male,27,0,0,349219,7.8958,,S,
323 | 323,1,2,"Slayter Miss. Hilda Mary",female,30,0,0,234818,12.35,,Q,
324 | 324,1,2,"Caldwell Mrs. Albert Francis (Sylvia Mae Harbaugh)",female,22,1,1,248738,29,,S,
325 | 325,0,3,"Sage Mr. George John Jr",male,,8,2,CA. 2343,69.55,,S,
326 | 326,1,1,"Young Miss. Marie Grice",female,36,0,0,PC 17760,135.6333,C32,C,
327 | 327,0,3,"Nysveen Mr. Johan Hansen",male,61,0,0,345364,6.2375,,S,
328 | 328,1,2,"Ball Mrs. (Ada E Hall)",female,36,0,0,28551,13,D,S,
329 | 329,1,3,"Goldsmith Mrs. Frank John (Emily Alice Brown)",female,31,1,1,363291,20.525,,S,
330 | 330,1,1,"Hippach Miss. Jean Gertrude",female,16,0,1,111361,57.9792,B18,C,
331 | 331,1,3,"McCoy Miss. Agnes",female,,2,0,367226,23.25,,Q,
332 | 332,0,1,"Partner Mr. Austen",male,45.5,0,0,113043,28.5,C124,S,
333 | 333,0,1,"Graham Mr. George Edward",male,38,0,1,PC 17582,153.4625,C91,S,
334 | 334,0,3,"Vander Planke Mr. Leo Edmondus",male,16,2,0,345764,18,,S,
335 | 335,1,1,"Frauenthal Mrs. Henry William (Clara Heinsheimer)",female,,1,0,PC 17611,133.65,,S,
336 | 336,0,3,"Denkoff Mr. Mitto",male,,0,0,349225,7.8958,,S,
337 | 337,0,1,"Pears Mr. Thomas Clinton",male,29,1,0,113776,66.6,C2,S,
338 | 338,1,1,"Burns Miss. Elizabeth Margaret",female,41,0,0,16966,134.5,E40,C,
339 | 339,1,3,"Dahl Mr. Karl Edwart",male,45,0,0,7598,8.05,,S,
340 | 340,0,1,"Blackwell Mr. Stephen Weart",male,45,0,0,113784,35.5,T,S,
341 | 341,1,2,"Navratil Master. Edmond Roger",male,2,1,1,230080,26,F2,S,
342 | 342,1,1,"Fortune Miss. Alice Elizabeth",female,24,3,2,19950,263,C23 C25 C27,S,
343 | 343,0,2,"Collander Mr. Erik Gustaf",male,28,0,0,248740,13,,S,
344 | 344,0,2,"Sedgwick Mr. Charles Frederick Waddington",male,25,0,0,244361,13,,S,
345 | 345,0,2,"Fox Mr. Stanley Hubert",male,36,0,0,229236,13,,S,
346 | 346,1,2,"Brown Miss. Amelia ""Mildred""",female,24,0,0,248733,13,F33,S,
347 | 347,1,2,"Smith Miss. Marion Elsie",female,40,0,0,31418,13,,S,
348 | 348,1,3,"Davison Mrs. Thomas Henry (Mary E Finck)",female,,1,0,386525,16.1,,S,
349 | 349,1,3,"Coutts Master. William Loch ""William""",male,3,1,1,C.A. 37671,15.9,,S,
350 | 350,0,3,"Dimic Mr. Jovan",male,42,0,0,315088,8.6625,,S,
351 | 351,0,3,"Odahl Mr. Nils Martin",male,23,0,0,7267,9.225,,S,
352 | 352,0,1,"Williams-Lambert Mr. Fletcher Fellows",male,,0,0,113510,35,C128,S,
353 | 353,0,3,"Elias Mr. Tannous",male,15,1,1,2695,7.2292,,C,
354 | 354,0,3,"Arnold-Franchi Mr. Josef",male,25,1,0,349237,17.8,,S,
355 | 355,0,3,"Yousif Mr. Wazli",male,,0,0,2647,7.225,,C,
356 | 356,0,3,"Vanden Steen Mr. Leo Peter",male,28,0,0,345783,9.5,,S,
357 | 357,1,1,"Bowerman Miss. Elsie Edith",female,22,0,1,113505,55,E33,S,
358 | 358,0,2,"Funk Miss. Annie Clemmer",female,38,0,0,237671,13,,S,
359 | 359,1,3,"McGovern Miss. Mary",female,,0,0,330931,7.8792,,Q,
360 | 360,1,3,"Mockler Miss. Helen Mary ""Ellie""",female,,0,0,330980,7.8792,,Q,
361 | 361,0,3,"Skoog Mr. Wilhelm",male,40,1,4,347088,27.9,,S,
362 | 362,0,2,"del Carlo Mr. Sebastiano",male,29,1,0,SC/PARIS 2167,27.7208,,C,
363 | 363,0,3,"Barbara Mrs. (Catherine David)",female,45,0,1,2691,14.4542,,C,
364 | 364,0,3,"Asim Mr. Adola",male,35,0,0,SOTON/O.Q. 3101310,7.05,,S,
365 | 365,0,3,"O'Brien Mr. Thomas",male,,1,0,370365,15.5,,Q,
366 | 366,0,3,"Adahl Mr. Mauritz Nils Martin",male,30,0,0,C 7076,7.25,,S,
367 | 367,1,1,"Warren Mrs. Frank Manley (Anna Sophia Atkinson)",female,60,1,0,110813,75.25,D37,C,
368 | 368,1,3,"Moussa Mrs. (Mantoura Boulos)",female,,0,0,2626,7.2292,,C,
369 | 369,1,3,"Jermyn Miss. Annie",female,,0,0,14313,7.75,,Q,
370 | 370,1,1,"Aubart Mme. Leontine Pauline",female,24,0,0,PC 17477,69.3,B35,C,
371 | 371,1,1,"Harder Mr. George Achilles",male,25,1,0,11765,55.4417,E50,C,
372 | 372,0,3,"Wiklund Mr. Jakob Alfred",male,18,1,0,3101267,6.4958,,S,
373 | 373,0,3,"Beavan Mr. William Thomas",male,19,0,0,323951,8.05,,S,
374 | 374,0,1,"Ringhini Mr. Sante",male,22,0,0,PC 17760,135.6333,,C,
375 | 375,0,3,"Palsson Miss. Stina Viola",female,3,3,1,349909,21.075,,S,
376 | 376,1,1,"Meyer Mrs. Edgar Joseph (Leila Saks)",female,,1,0,PC 17604,82.1708,,C,
377 | 377,1,3,"Landergren Miss. Aurora Adelia",female,22,0,0,C 7077,7.25,,S,
378 | 378,0,1,"Widener Mr. Harry Elkins",male,27,0,2,113503,211.5,C82,C,
379 | 379,0,3,"Betros Mr. Tannous",male,20,0,0,2648,4.0125,,C,
380 | 380,0,3,"Gustafsson Mr. Karl Gideon",male,19,0,0,347069,7.775,,S,
381 | 381,1,1,"Bidois Miss. Rosalie",female,42,0,0,PC 17757,227.525,,C,
382 | 382,1,3,"Nakid Miss. Maria (""Mary"")",female,1,0,2,2653,15.7417,,C,
383 | 383,0,3,"Tikkanen Mr. Juho",male,32,0,0,STON/O 2. 3101293,7.925,,S,
384 | 384,1,1,"Holverson Mrs. Alexander Oskar (Mary Aline Towner)",female,35,1,0,113789,52,,S,
385 | 385,0,3,"Plotcharsky Mr. Vasil",male,,0,0,349227,7.8958,,S,
386 | 386,0,2,"Davies Mr. Charles Henry",male,18,0,0,S.O.C. 14879,73.5,,S,
387 | 387,0,3,"Goodwin Master. Sidney Leonard",male,1,5,2,CA 2144,46.9,,S,
388 | 388,1,2,"Buss Miss. Kate",female,36,0,0,27849,13,,S,
389 | 389,0,3,"Sadlier Mr. Matthew",male,,0,0,367655,7.7292,,Q,
390 | 390,1,2,"Lehmann Miss. Bertha",female,17,0,0,SC 1748,12,,C,
391 | 391,1,1,"Carter Mr. William Ernest",male,36,1,2,113760,120,B96 B98,S,
392 | 392,1,3,"Jansson Mr. Carl Olof",male,21,0,0,350034,7.7958,,S,
393 | 393,0,3,"Gustafsson Mr. Johan Birger",male,28,2,0,3101277,7.925,,S,
394 | 394,1,1,"Newell Miss. Marjorie",female,23,1,0,35273,113.275,D36,C,
395 | 395,1,3,"Sandstrom Mrs. Hjalmar (Agnes Charlotta Bengtsson)",female,24,0,2,PP 9549,16.7,G6,S,
396 | 396,0,3,"Johansson Mr. Erik",male,22,0,0,350052,7.7958,,S,
397 | 397,0,3,"Olsson Miss. Elina",female,31,0,0,350407,7.8542,,S,
398 | 398,0,2,"McKane Mr. Peter David",male,46,0,0,28403,26,,S,
399 | 399,0,2,"Pain Dr. Alfred",male,23,0,0,244278,10.5,,S,
400 | 400,1,2,"Trout Mrs. William H (Jessie L)",female,28,0,0,240929,12.65,,S,
401 | 401,1,3,"Niskanen Mr. Juha",male,39,0,0,STON/O 2. 3101289,7.925,,S,
402 | 402,0,3,"Adams Mr. John",male,26,0,0,341826,8.05,,S,
403 | 403,0,3,"Jussila Miss. Mari Aina",female,21,1,0,4137,9.825,,S,
404 | 404,0,3,"Hakkarainen Mr. Pekka Pietari",male,28,1,0,STON/O2. 3101279,15.85,,S,
405 | 405,0,3,"Oreskovic Miss. Marija",female,20,0,0,315096,8.6625,,S,
406 | 406,0,2,"Gale Mr. Shadrach",male,34,1,0,28664,21,,S,
407 | 407,0,3,"Widegren Mr. Carl/Charles Peter",male,51,0,0,347064,7.75,,S,
408 | 408,1,2,"Richards Master. William Rowe",male,3,1,1,29106,18.75,,S,
409 | 409,0,3,"Birkeland Mr. Hans Martin Monsen",male,21,0,0,312992,7.775,,S,
410 | 410,0,3,"Lefebre Miss. Ida",female,,3,1,4133,25.4667,,S,
411 | 411,0,3,"Sdycoff Mr. Todor",male,,0,0,349222,7.8958,,S,
412 | 412,0,3,"Hart Mr. Henry",male,,0,0,394140,6.8583,,Q,
413 | 413,1,1,"Minahan Miss. Daisy E",female,33,1,0,19928,90,C78,Q,
414 | 414,0,2,"Cunningham Mr. Alfred Fleming",male,,0,0,239853,0,,S,
415 | 415,1,3,"Sundman Mr. Johan Julian",male,44,0,0,STON/O 2. 3101269,7.925,,S,
416 | 416,0,3,"Meek Mrs. Thomas (Annie Louise Rowley)",female,,0,0,343095,8.05,,S,
417 | 417,1,2,"Drew Mrs. James Vivian (Lulu Thorne Christian)",female,34,1,1,28220,32.5,,S,
418 | 418,1,2,"Silven Miss. Lyyli Karoliina",female,18,0,2,250652,13,,S,
419 | 419,0,2,"Matthews Mr. William John",male,30,0,0,28228,13,,S,
420 | 420,0,3,"Van Impe Miss. Catharina",female,10,0,2,345773,24.15,,S,
421 | 421,0,3,"Gheorgheff Mr. Stanio",male,,0,0,349254,7.8958,,C,
422 | 422,0,3,"Charters Mr. David",male,21,0,0,A/5. 13032,7.7333,,Q,
423 | 423,0,3,"Zimmerman Mr. Leo",male,29,0,0,315082,7.875,,S,
424 | 424,0,3,"Danbom Mrs. Ernst Gilbert (Anna Sigrid Maria Brogren)",female,28,1,1,347080,14.4,,S,
425 | 425,0,3,"Rosblom Mr. Viktor Richard",male,18,1,1,370129,20.2125,,S,
426 | 426,0,3,"Wiseman Mr. Phillippe",male,,0,0,A/4. 34244,7.25,,S,
427 | 427,1,2,"Clarke Mrs. Charles V (Ada Maria Winfield)",female,28,1,0,2003,26,,S,
428 | 428,1,2,"Phillips Miss. Kate Florence (""Mrs Kate Louise Phillips Marshall"")",female,19,0,0,250655,26,,S,
429 | 429,0,3,"Flynn Mr. James",male,,0,0,364851,7.75,,Q,
430 | 430,1,3,"Pickard Mr. Berk (Berk Trembisky)",male,32,0,0,SOTON/O.Q. 392078,8.05,E10,S,
431 | 431,1,1,"Bjornstrom-Steffansson Mr. Mauritz Hakan",male,28,0,0,110564,26.55,C52,S,
432 | 432,1,3,"Thorneycroft Mrs. Percival (Florence Kate White)",female,,1,0,376564,16.1,,S,
433 | 433,1,2,"Louch Mrs. Charles Alexander (Alice Adelaide Slow)",female,42,1,0,SC/AH 3085,26,,S,
434 | 434,0,3,"Kallio Mr. Nikolai Erland",male,17,0,0,STON/O 2. 3101274,7.125,,S,
435 | 435,0,1,"Silvey Mr. William Baird",male,50,1,0,13507,55.9,E44,S,
436 | 436,1,1,"Carter Miss. Lucile Polk",female,14,1,2,113760,120,B96 B98,S,
437 | 437,0,3,"Ford Miss. Doolina Margaret ""Daisy""",female,21,2,2,W./C. 6608,34.375,,S,
438 | 438,1,2,"Richards Mrs. Sidney (Emily Hocking)",female,24,2,3,29106,18.75,,S,
439 | 439,0,1,"Fortune Mr. Mark",male,64,1,4,19950,263,C23 C25 C27,S,
440 | 440,0,2,"Kvillner Mr. Johan Henrik Johannesson",male,31,0,0,C.A. 18723,10.5,,S,
441 | 441,1,2,"Hart Mrs. Benjamin (Esther Ada Bloomfield)",female,45,1,1,F.C.C. 13529,26.25,,S,
442 | 442,0,3,"Hampe Mr. Leon",male,20,0,0,345769,9.5,,S,
443 | 443,0,3,"Petterson Mr. Johan Emil",male,25,1,0,347076,7.775,,S,
444 | 444,1,2,"Reynaldo Ms. Encarnacion",female,28,0,0,230434,13,,S,
445 | 445,1,3,"Johannesen-Bratthammer Mr. Bernt",male,,0,0,65306,8.1125,,S,
446 | 446,1,1,"Dodge Master. Washington",male,4,0,2,33638,81.8583,A34,S,
447 | 447,1,2,"Mellinger Miss. Madeleine Violet",female,13,0,1,250644,19.5,,S,
448 | 448,1,1,"Seward Mr. Frederic Kimber",male,34,0,0,113794,26.55,,S,
449 | 449,1,3,"Baclini Miss. Marie Catherine",female,5,2,1,2666,19.2583,,C,
450 | 450,1,1,"Peuchen Major. Arthur Godfrey",male,52,0,0,113786,30.5,C104,S,
451 | 451,0,2,"West Mr. Edwy Arthur",male,36,1,2,C.A. 34651,27.75,,S,
452 | 452,0,3,"Hagland Mr. Ingvald Olai Olsen",male,,1,0,65303,19.9667,,S,
453 | 453,0,1,"Foreman Mr. Benjamin Laventall",male,30,0,0,113051,27.75,C111,C,
454 | 454,1,1,"Goldenberg Mr. Samuel L",male,49,1,0,17453,89.1042,C92,C,
455 | 455,0,3,"Peduzzi Mr. Joseph",male,,0,0,A/5 2817,8.05,,S,
456 | 456,1,3,"Jalsevac Mr. Ivan",male,29,0,0,349240,7.8958,,C,
457 | 457,0,1,"Millet Mr. Francis Davis",male,65,0,0,13509,26.55,E38,S,
458 | 458,1,1,"Kenyon Mrs. Frederick R (Marion)",female,,1,0,17464,51.8625,D21,S,
459 | 459,1,2,"Toomey Miss. Ellen",female,50,0,0,F.C.C. 13531,10.5,,S,
460 | 460,0,3,"O'Connor Mr. Maurice",male,,0,0,371060,7.75,,Q,
461 | 461,1,1,"Anderson Mr. Harry",male,48,0,0,19952,26.55,E12,S,
462 | 462,0,3,"Morley Mr. William",male,34,0,0,364506,8.05,,S,
463 | 463,0,1,"Gee Mr. Arthur H",male,47,0,0,111320,38.5,E63,S,
464 | 464,0,2,"Milling Mr. Jacob Christian",male,48,0,0,234360,13,,S,
465 | 465,0,3,"Maisner Mr. Simon",male,,0,0,A/S 2816,8.05,,S,
466 | 466,0,3,"Goncalves Mr. Manuel Estanslas",male,38,0,0,SOTON/O.Q. 3101306,7.05,,S,
467 | 467,0,2,"Campbell Mr. William",male,,0,0,239853,0,,S,
468 | 468,0,1,"Smart Mr. John Montgomery",male,56,0,0,113792,26.55,,S,
469 | 469,0,3,"Scanlan Mr. James",male,,0,0,36209,7.725,,Q,
470 | 470,1,3,"Baclini Miss. Helene Barbara",female,0.75,2,1,2666,19.2583,,C,
471 | 471,0,3,"Keefe Mr. Arthur",male,,0,0,323592,7.25,,S,
472 | 472,0,3,"Cacic Mr. Luka",male,38,0,0,315089,8.6625,,S,
473 | 473,1,2,"West Mrs. Edwy Arthur (Ada Mary Worth)",female,33,1,2,C.A. 34651,27.75,,S,
474 | 474,1,2,"Jerwan Mrs. Amin S (Marie Marthe Thuillard)",female,23,0,0,SC/AH Basle 541,13.7917,D,C,
475 | 475,0,3,"Strandberg Miss. Ida Sofia",female,22,0,0,7553,9.8375,,S,
476 | 476,0,1,"Clifford Mr. George Quincy",male,,0,0,110465,52,A14,S,
477 | 477,0,2,"Renouf Mr. Peter Henry",male,34,1,0,31027,21,,S,
478 | 478,0,3,"Braund Mr. Lewis Richard",male,29,1,0,3460,7.0458,,S,
479 | 479,0,3,"Karlsson Mr. Nils August",male,22,0,0,350060,7.5208,,S,
480 | 480,1,3,"Hirvonen Miss. Hildur E",female,2,0,1,3101298,12.2875,,S,
481 | 481,0,3,"Goodwin Master. Harold Victor",male,9,5,2,CA 2144,46.9,,S,
482 | 482,0,2,"Frost Mr. Anthony Wood ""Archie""",male,,0,0,239854,0,,S,
483 | 483,0,3,"Rouse Mr. Richard Henry",male,50,0,0,A/5 3594,8.05,,S,
484 | 484,1,3,"Turkula Mrs. (Hedwig)",female,63,0,0,4134,9.5875,,S,
485 | 485,1,1,"Bishop Mr. Dickinson H",male,25,1,0,11967,91.0792,B49,C,
486 | 486,0,3,"Lefebre Miss. Jeannie",female,,3,1,4133,25.4667,,S,
487 | 487,1,1,"Hoyt Mrs. Frederick Maxfield (Jane Anne Forby)",female,35,1,0,19943,90,C93,S,
488 | 488,0,1,"Kent Mr. Edward Austin",male,58,0,0,11771,29.7,B37,C,
489 | 489,0,3,"Somerton Mr. Francis William",male,30,0,0,A.5. 18509,8.05,,S,
490 | 490,1,3,"Coutts Master. Eden Leslie ""Neville""",male,9,1,1,C.A. 37671,15.9,,S,
491 | 491,0,3,"Hagland Mr. Konrad Mathias Reiersen",male,,1,0,65304,19.9667,,S,
492 | 492,0,3,"Windelov Mr. Einar",male,21,0,0,SOTON/OQ 3101317,7.25,,S,
493 | 493,0,1,"Molson Mr. Harry Markland",male,55,0,0,113787,30.5,C30,S,
494 | 494,0,1,"Artagaveytia Mr. Ramon",male,71,0,0,PC 17609,49.5042,,C,
495 | 495,0,3,"Stanley Mr. Edward Roland",male,21,0,0,A/4 45380,8.05,,S,
496 | 496,0,3,"Yousseff Mr. Gerious",male,,0,0,2627,14.4583,,C,
497 | 497,1,1,"Eustis Miss. Elizabeth Mussey",female,54,1,0,36947,78.2667,D20,C,
498 | 498,0,3,"Shellard Mr. Frederick William",male,,0,0,C.A. 6212,15.1,,S,
499 | 499,0,1,"Allison Mrs. Hudson J C (Bessie Waldo Daniels)",female,25,1,2,113781,151.55,C22 C26,S,
500 | 500,0,3,"Svensson Mr. Olof",male,24,0,0,350035,7.7958,,S,
501 | 501,0,3,"Calic Mr. Petar",male,17,0,0,315086,8.6625,,S,
502 | 502,0,3,"Canavan Miss. Mary",female,21,0,0,364846,7.75,,Q,
503 | 503,0,3,"O'Sullivan Miss. Bridget Mary",female,,0,0,330909,7.6292,,Q,
504 | 504,0,3,"Laitinen Miss. Kristina Sofia",female,37,0,0,4135,9.5875,,S,
505 | 505,1,1,"Maioni Miss. Roberta",female,16,0,0,110152,86.5,B79,S,
506 | 506,0,1,"Penasco y Castellana Mr. Victor de Satode",male,18,1,0,PC 17758,108.9,C65,C,
507 | 507,1,2,"Quick Mrs. Frederick Charles (Jane Richards)",female,33,0,2,26360,26,,S,
508 | 508,1,1,"Bradley Mr. George (""George Arthur Brayton"")",male,,0,0,111427,26.55,,S,
509 | 509,0,3,"Olsen Mr. Henry Margido",male,28,0,0,C 4001,22.525,,S,
510 | 510,1,3,"Lang Mr. Fang",male,26,0,0,1601,56.4958,,S,
511 | 511,1,3,"Daly Mr. Eugene Patrick",male,29,0,0,382651,7.75,,Q,
512 | 512,0,3,"Webber Mr. James",male,,0,0,SOTON/OQ 3101316,8.05,,S,
513 | 513,1,1,"McGough Mr. James Robert",male,36,0,0,PC 17473,26.2875,E25,S,
514 | 514,1,1,"Rothschild Mrs. Martin (Elizabeth L. Barrett)",female,54,1,0,PC 17603,59.4,,C,
515 | 515,0,3,"Coleff Mr. Satio",male,24,0,0,349209,7.4958,,S,
516 | 516,0,1,"Walker Mr. William Anderson",male,47,0,0,36967,34.0208,D46,S,
517 | 517,1,2,"Lemore Mrs. (Amelia Milley)",female,34,0,0,C.A. 34260,10.5,F33,S,
518 | 518,0,3,"Ryan Mr. Patrick",male,,0,0,371110,24.15,,Q,
519 | 519,1,2,"Angle Mrs. William A (Florence ""Mary"" Agnes Hughes)",female,36,1,0,226875,26,,S,
520 | 520,0,3,"Pavlovic Mr. Stefo",male,32,0,0,349242,7.8958,,S,
521 | 521,1,1,"Perreault Miss. Anne",female,30,0,0,12749,93.5,B73,S,
522 | 522,0,3,"Vovk Mr. Janko",male,22,0,0,349252,7.8958,,S,
523 | 523,0,3,"Lahoud Mr. Sarkis",male,,0,0,2624,7.225,,C,
524 | 524,1,1,"Hippach Mrs. Louis Albert (Ida Sophia Fischer)",female,44,0,1,111361,57.9792,B18,C,
525 | 525,0,3,"Kassem Mr. Fared",male,,0,0,2700,7.2292,,C,
526 | 526,0,3,"Farrell Mr. James",male,40.5,0,0,367232,7.75,,Q,
527 | 527,1,2,"Ridsdale Miss. Lucy",female,50,0,0,W./C. 14258,10.5,,S,
528 | 528,0,1,"Farthing Mr. John",male,,0,0,PC 17483,221.7792,C95,S,
529 | 529,0,3,"Salonen Mr. Johan Werner",male,39,0,0,3101296,7.925,,S,
530 | 530,0,2,"Hocking Mr. Richard George",male,23,2,1,29104,11.5,,S,
531 | 531,1,2,"Quick Miss. Phyllis May",female,2,1,1,26360,26,,S,
532 | 532,0,3,"Toufik Mr. Nakli",male,,0,0,2641,7.2292,,C,
533 | 533,0,3,"Elias Mr. Joseph Jr",male,17,1,1,2690,7.2292,,C,
534 | 534,1,3,"Peter Mrs. Catherine (Catherine Rizk)",female,,0,2,2668,22.3583,,C,
535 | 535,0,3,"Cacic Miss. Marija",female,30,0,0,315084,8.6625,,S,
536 | 536,1,2,"Hart Miss. Eva Miriam",female,7,0,2,F.C.C. 13529,26.25,,S,
537 | 537,0,1,"Butt Major. Archibald Willingham",male,45,0,0,113050,26.55,B38,S,
538 | 538,1,1,"LeRoy Miss. Bertha",female,30,0,0,PC 17761,106.425,,C,
539 | 539,0,3,"Risien Mr. Samuel Beard",male,,0,0,364498,14.5,,S,
540 | 540,1,1,"Frolicher Miss. Hedwig Margaritha",female,22,0,2,13568,49.5,B39,C,
541 | 541,1,1,"Crosby Miss. Harriet R",female,36,0,2,WE/P 5735,71,B22,S,
542 | 542,0,3,"Andersson Miss. Ingeborg Constanzia",female,9,4,2,347082,31.275,,S,
543 | 543,0,3,"Andersson Miss. Sigrid Elisabeth",female,11,4,2,347082,31.275,,S,
544 | 544,1,2,"Beane Mr. Edward",male,32,1,0,2908,26,,S,
545 | 545,0,1,"Douglas Mr. Walter Donald",male,50,1,0,PC 17761,106.425,C86,C,
546 | 546,0,1,"Nicholson Mr. Arthur Ernest",male,64,0,0,693,26,,S,
547 | 547,1,2,"Beane Mrs. Edward (Ethel Clarke)",female,19,1,0,2908,26,,S,
548 | 548,1,2,"Padro y Manent Mr. Julian",male,,0,0,SC/PARIS 2146,13.8625,,C,
549 | 549,0,3,"Goldsmith Mr. Frank John",male,33,1,1,363291,20.525,,S,
550 | 550,1,2,"Davies Master. John Morgan Jr",male,8,1,1,C.A. 33112,36.75,,S,
551 | 551,1,1,"Thayer Mr. John Borland Jr",male,17,0,2,17421,110.8833,C70,C,
552 | 552,0,2,"Sharp Mr. Percival James R",male,27,0,0,244358,26,,S,
553 | 553,0,3,"O'Brien Mr. Timothy",male,,0,0,330979,7.8292,,Q,
554 | 554,1,3,"Leeni Mr. Fahim (""Philip Zenni"")",male,22,0,0,2620,7.225,,C,
555 | 555,1,3,"Ohman Miss. Velin",female,22,0,0,347085,7.775,,S,
556 | 556,0,1,"Wright Mr. George",male,62,0,0,113807,26.55,,S,
557 | 557,1,1,"Duff Gordon Lady. (Lucille Christiana Sutherland) (""Mrs Morgan"")",female,48,1,0,11755,39.6,A16,C,
558 | 558,0,1,"Robbins Mr. Victor",male,,0,0,PC 17757,227.525,,C,
559 | 559,1,1,"Taussig Mrs. Emil (Tillie Mandelbaum)",female,39,1,1,110413,79.65,E67,S,
560 | 560,1,3,"de Messemaeker Mrs. Guillaume Joseph (Emma)",female,36,1,0,345572,17.4,,S,
561 | 561,0,3,"Morrow Mr. Thomas Rowan",male,,0,0,372622,7.75,,Q,
562 | 562,0,3,"Sivic Mr. Husein",male,40,0,0,349251,7.8958,,S,
563 | 563,0,2,"Norman Mr. Robert Douglas",male,28,0,0,218629,13.5,,S,
564 | 564,0,3,"Simmons Mr. John",male,,0,0,SOTON/OQ 392082,8.05,,S,
565 | 565,0,3,"Meanwell Miss. (Marion Ogden)",female,,0,0,SOTON/O.Q. 392087,8.05,,S,
566 | 566,0,3,"Davies Mr. Alfred J",male,24,2,0,A/4 48871,24.15,,S,
567 | 567,0,3,"Stoytcheff Mr. Ilia",male,19,0,0,349205,7.8958,,S,
568 | 568,0,3,"Palsson Mrs. Nils (Alma Cornelia Berglund)",female,29,0,4,349909,21.075,,S,
569 | 569,0,3,"Doharr Mr. Tannous",male,,0,0,2686,7.2292,,C,
570 | 570,1,3,"Jonsson Mr. Carl",male,32,0,0,350417,7.8542,,S,
571 | 571,1,2,"Harris Mr. George",male,62,0,0,S.W./PP 752,10.5,,S,
572 | 572,1,1,"Appleton Mrs. Edward Dale (Charlotte Lamson)",female,53,2,0,11769,51.4792,C101,S,
573 | 573,1,1,"Flynn Mr. John Irwin (""Irving"")",male,36,0,0,PC 17474,26.3875,E25,S,
574 | 574,1,3,"Kelly Miss. Mary",female,,0,0,14312,7.75,,Q,
575 | 575,0,3,"Rush Mr. Alfred George John",male,16,0,0,A/4. 20589,8.05,,S,
576 | 576,0,3,"Patchett Mr. George",male,19,0,0,358585,14.5,,S,
577 | 577,1,2,"Garside Miss. Ethel",female,34,0,0,243880,13,,S,
578 | 578,1,1,"Silvey Mrs. William Baird (Alice Munger)",female,39,1,0,13507,55.9,E44,S,
579 | 579,0,3,"Caram Mrs. Joseph (Maria Elias)",female,,1,0,2689,14.4583,,C,
580 | 580,1,3,"Jussila Mr. Eiriik",male,32,0,0,STON/O 2. 3101286,7.925,,S,
581 | 581,1,2,"Christy Miss. Julie Rachel",female,25,1,1,237789,30,,S,
582 | 582,1,1,"Thayer Mrs. John Borland (Marian Longstreth Morris)",female,39,1,1,17421,110.8833,C68,C,
583 | 583,0,2,"Downton Mr. William James",male,54,0,0,28403,26,,S,
584 | 584,0,1,"Ross Mr. John Hugo",male,36,0,0,13049,40.125,A10,C,
585 | 585,0,3,"Paulner Mr. Uscher",male,,0,0,3411,8.7125,,C,
586 | 586,1,1,"Taussig Miss. Ruth",female,18,0,2,110413,79.65,E68,S,
587 | 587,0,2,"Jarvis Mr. John Denzil",male,47,0,0,237565,15,,S,
588 | 588,1,1,"Frolicher-Stehli Mr. Maxmillian",male,60,1,1,13567,79.2,B41,C,
589 | 589,0,3,"Gilinski Mr. Eliezer",male,22,0,0,14973,8.05,,S,
590 | 590,0,3,"Murdlin Mr. Joseph",male,,0,0,A./5. 3235,8.05,,S,
591 | 591,0,3,"Rintamaki Mr. Matti",male,35,0,0,STON/O 2. 3101273,7.125,,S,
592 | 592,1,1,"Stephenson Mrs. Walter Bertram (Martha Eustis)",female,52,1,0,36947,78.2667,D20,C,
593 | 593,0,3,"Elsbury Mr. William James",male,47,0,0,A/5 3902,7.25,,S,
594 | 594,0,3,"Bourke Miss. Mary",female,,0,2,364848,7.75,,Q,
595 | 595,0,2,"Chapman Mr. John Henry",male,37,1,0,SC/AH 29037,26,,S,
596 | 596,0,3,"Van Impe Mr. Jean Baptiste",male,36,1,1,345773,24.15,,S,
597 | 597,1,2,"Leitch Miss. Jessie Wills",female,,0,0,248727,33,,S,
598 | 598,0,3,"Johnson Mr. Alfred",male,49,0,0,LINE,0,,S,
599 | 599,0,3,"Boulos Mr. Hanna",male,,0,0,2664,7.225,,C,
600 | 600,1,1,"Duff Gordon Sir. Cosmo Edmund (""Mr Morgan"")",male,49,1,0,PC 17485,56.9292,A20,C,
601 | 601,1,2,"Jacobsohn Mrs. Sidney Samuel (Amy Frances Christy)",female,24,2,1,243847,27,,S,
602 | 602,0,3,"Slabenoff Mr. Petco",male,,0,0,349214,7.8958,,S,
603 | 603,0,1,"Harrington Mr. Charles H",male,,0,0,113796,42.4,,S,
604 | 604,0,3,"Torber Mr. Ernst William",male,44,0,0,364511,8.05,,S,
605 | 605,1,1,"Homer Mr. Harry (""Mr E Haven"")",male,35,0,0,111426,26.55,,C,
606 | 606,0,3,"Lindell Mr. Edvard Bengtsson",male,36,1,0,349910,15.55,,S,
607 | 607,0,3,"Karaic Mr. Milan",male,30,0,0,349246,7.8958,,S,
608 | 608,1,1,"Daniel Mr. Robert Williams",male,27,0,0,113804,30.5,,S,
609 | 609,1,2,"Laroche Mrs. Joseph (Juliette Marie Louise Lafargue)",female,22,1,2,SC/Paris 2123,41.5792,,C,
610 | 610,1,1,"Shutes Miss. Elizabeth W",female,40,0,0,PC 17582,153.4625,C125,S,
611 | 611,0,3,"Andersson Mrs. Anders Johan (Alfrida Konstantia Brogren)",female,39,1,5,347082,31.275,,S,
612 | 612,0,3,"Jardin Mr. Jose Neto",male,,0,0,SOTON/O.Q. 3101305,7.05,,S,
613 | 613,1,3,"Murphy Miss. Margaret Jane",female,,1,0,367230,15.5,,Q,
614 | 614,0,3,"Horgan Mr. John",male,,0,0,370377,7.75,,Q,
615 | 615,0,3,"Brocklebank Mr. William Alfred",male,35,0,0,364512,8.05,,S,
616 | 616,1,2,"Herman Miss. Alice",female,24,1,2,220845,65,,S,
617 | 617,0,3,"Danbom Mr. Ernst Gilbert",male,34,1,1,347080,14.4,,S,
618 | 618,0,3,"Lobb Mrs. William Arthur (Cordelia K Stanlick)",female,26,1,0,A/5. 3336,16.1,,S,
619 | 619,1,2,"Becker Miss. Marion Louise",female,4,2,1,230136,39,F4,S,
620 | 620,0,2,"Gavey Mr. Lawrence",male,26,0,0,31028,10.5,,S,
621 | 621,0,3,"Yasbeck Mr. Antoni",male,27,1,0,2659,14.4542,,C,
622 | 622,1,1,"Kimball Mr. Edwin Nelson Jr",male,42,1,0,11753,52.5542,D19,S,
623 | 623,1,3,"Nakid Mr. Sahid",male,20,1,1,2653,15.7417,,C,
624 | 624,0,3,"Hansen Mr. Henry Damsgaard",male,21,0,0,350029,7.8542,,S,
625 | 625,0,3,"Bowen Mr. David John ""Dai""",male,21,0,0,54636,16.1,,S,
626 | 626,0,1,"Sutton Mr. Frederick",male,61,0,0,36963,32.3208,D50,S,
627 | 627,0,2,"Kirkland Rev. Charles Leonard",male,57,0,0,219533,12.35,,Q,
628 | 628,1,1,"Longley Miss. Gretchen Fiske",female,21,0,0,13502,77.9583,D9,S,
629 | 629,0,3,"Bostandyeff Mr. Guentcho",male,26,0,0,349224,7.8958,,S,
630 | 630,0,3,"O'Connell Mr. Patrick D",male,,0,0,334912,7.7333,,Q,
631 | 631,1,1,"Barkworth Mr. Algernon Henry Wilson",male,80,0,0,27042,30,A23,S,
632 | 632,0,3,"Lundahl Mr. Johan Svensson",male,51,0,0,347743,7.0542,,S,
633 | 633,1,1,"Stahelin-Maeglin Dr. Max",male,32,0,0,13214,30.5,B50,C,
634 | 634,0,1,"Parr Mr. William Henry Marsh",male,,0,0,112052,0,,S,
635 | 635,0,3,"Skoog Miss. Mabel",female,9,3,2,347088,27.9,,S,
636 | 636,1,2,"Davis Miss. Mary",female,28,0,0,237668,13,,S,
637 | 637,0,3,"Leinonen Mr. Antti Gustaf",male,32,0,0,STON/O 2. 3101292,7.925,,S,
638 | 638,0,2,"Collyer Mr. Harvey",male,31,1,1,C.A. 31921,26.25,,S,
639 | 639,0,3,"Panula Mrs. Juha (Maria Emilia Ojala)",female,41,0,5,3101295,39.6875,,S,
640 | 640,0,3,"Thorneycroft Mr. Percival",male,,1,0,376564,16.1,,S,
641 | 641,0,3,"Jensen Mr. Hans Peder",male,20,0,0,350050,7.8542,,S,
642 | 642,1,1,"Sagesser Mlle. Emma",female,24,0,0,PC 17477,69.3,B35,C,
643 | 643,0,3,"Skoog Miss. Margit Elizabeth",female,2,3,2,347088,27.9,,S,
644 | 644,1,3,"Foo Mr. Choong",male,,0,0,1601,56.4958,,S,
645 | 645,1,3,"Baclini Miss. Eugenie",female,0.75,2,1,2666,19.2583,,C,
646 | 646,1,1,"Harper Mr. Henry Sleeper",male,48,1,0,PC 17572,76.7292,D33,C,
647 | 647,0,3,"Cor Mr. Liudevit",male,19,0,0,349231,7.8958,,S,
648 | 648,1,1,"Simonius-Blumer Col. Oberst Alfons",male,56,0,0,13213,35.5,A26,C,
649 | 649,0,3,"Willey Mr. Edward",male,,0,0,S.O./P.P. 751,7.55,,S,
650 | 650,1,3,"Stanley Miss. Amy Zillah Elsie",female,23,0,0,CA. 2314,7.55,,S,
651 | 651,0,3,"Mitkoff Mr. Mito",male,,0,0,349221,7.8958,,S,
652 | 652,1,2,"Doling Miss. Elsie",female,18,0,1,231919,23,,S,
653 | 653,0,3,"Kalvik Mr. Johannes Halvorsen",male,21,0,0,8475,8.4333,,S,
654 | 654,1,3,"O'Leary Miss. Hanora ""Norah""",female,,0,0,330919,7.8292,,Q,
655 | 655,0,3,"Hegarty Miss. Hanora ""Nora""",female,18,0,0,365226,6.75,,Q,
656 | 656,0,2,"Hickman Mr. Leonard Mark",male,24,2,0,S.O.C. 14879,73.5,,S,
657 | 657,0,3,"Radeff Mr. Alexander",male,,0,0,349223,7.8958,,S,
658 | 658,0,3,"Bourke Mrs. John (Catherine)",female,32,1,1,364849,15.5,,Q,
659 | 659,0,2,"Eitemiller Mr. George Floyd",male,23,0,0,29751,13,,S,
660 | 660,0,1,"Newell Mr. Arthur Webster",male,58,0,2,35273,113.275,D48,C,
661 | 661,1,1,"Frauenthal Dr. Henry William",male,50,2,0,PC 17611,133.65,,S,
662 | 662,0,3,"Badt Mr. Mohamed",male,40,0,0,2623,7.225,,C,
663 | 663,0,1,"Colley Mr. Edward Pomeroy",male,47,0,0,5727,25.5875,E58,S,
664 | 664,0,3,"Coleff Mr. Peju",male,36,0,0,349210,7.4958,,S,
665 | 665,1,3,"Lindqvist Mr. Eino William",male,20,1,0,STON/O 2. 3101285,7.925,,S,
666 | 666,0,2,"Hickman Mr. Lewis",male,32,2,0,S.O.C. 14879,73.5,,S,
667 | 667,0,2,"Butler Mr. Reginald Fenton",male,25,0,0,234686,13,,S,
668 | 668,0,3,"Rommetvedt Mr. Knud Paust",male,,0,0,312993,7.775,,S,
669 | 669,0,3,"Cook Mr. Jacob",male,43,0,0,A/5 3536,8.05,,S,
670 | 670,1,1,"Taylor Mrs. Elmer Zebley (Juliet Cummins Wright)",female,,1,0,19996,52,C126,S,
671 | 671,1,2,"Brown Mrs. Thomas William Solomon (Elizabeth Catherine Ford)",female,40,1,1,29750,39,,S,
672 | 672,0,1,"Davidson Mr. Thornton",male,31,1,0,F.C. 12750,52,B71,S,
673 | 673,0,2,"Mitchell Mr. Henry Michael",male,70,0,0,C.A. 24580,10.5,,S,
674 | 674,1,2,"Wilhelms Mr. Charles",male,31,0,0,244270,13,,S,
675 | 675,0,2,"Watson Mr. Ennis Hastings",male,,0,0,239856,0,,S,
676 | 676,0,3,"Edvardsson Mr. Gustaf Hjalmar",male,18,0,0,349912,7.775,,S,
677 | 677,0,3,"Sawyer Mr. Frederick Charles",male,24.5,0,0,342826,8.05,,S,
678 | 678,1,3,"Turja Miss. Anna Sofia",female,18,0,0,4138,9.8417,,S,
679 | 679,0,3,"Goodwin Mrs. Frederick (Augusta Tyler)",female,43,1,6,CA 2144,46.9,,S,
680 | 680,1,1,"Cardeza Mr. Thomas Drake Martinez",male,36,0,1,PC 17755,512.3292,B51 B53 B55,C,
681 | 681,0,3,"Peters Miss. Katie",female,,0,0,330935,8.1375,,Q,
682 | 682,1,1,"Hassab Mr. Hammad",male,27,0,0,PC 17572,76.7292,D49,C,
683 | 683,0,3,"Olsvigen Mr. Thor Anderson",male,20,0,0,6563,9.225,,S,
684 | 684,0,3,"Goodwin Mr. Charles Edward",male,14,5,2,CA 2144,46.9,,S,
685 | 685,0,2,"Brown Mr. Thomas William Solomon",male,60,1,1,29750,39,,S,
686 | 686,0,2,"Laroche Mr. Joseph Philippe Lemercier",male,25,1,2,SC/Paris 2123,41.5792,,C,
687 | 687,0,3,"Panula Mr. Jaako Arnold",male,14,4,1,3101295,39.6875,,S,
688 | 688,0,3,"Dakic Mr. Branko",male,19,0,0,349228,10.1708,,S,
689 | 689,0,3,"Fischer Mr. Eberhard Thelander",male,18,0,0,350036,7.7958,,S,
690 | 690,1,1,"Madill Miss. Georgette Alexandra",female,15,0,1,24160,211.3375,B5,S,
691 | 691,1,1,"Dick Mr. Albert Adrian",male,31,1,0,17474,57,B20,S,
692 | 692,1,3,"Karun Miss. Manca",female,4,0,1,349256,13.4167,,C,
693 | 693,1,3,"Lam Mr. Ali",male,,0,0,1601,56.4958,,S,
694 | 694,0,3,"Saad Mr. Khalil",male,25,0,0,2672,7.225,,C,
695 | 695,0,1,"Weir Col. John",male,60,0,0,113800,26.55,,S,
696 | 696,0,2,"Chapman Mr. Charles Henry",male,52,0,0,248731,13.5,,S,
697 | 697,0,3,"Kelly Mr. James",male,44,0,0,363592,8.05,,S,
698 | 698,1,3,"Mullens Miss. Katherine ""Katie""",female,,0,0,35852,7.7333,,Q,
699 | 699,0,1,"Thayer Mr. John Borland",male,49,1,1,17421,110.8833,C68,C,
700 | 700,0,3,"Humblen Mr. Adolf Mathias Nicolai Olsen",male,42,0,0,348121,7.65,F G63,S,
701 | 701,1,1,"Astor Mrs. John Jacob (Madeleine Talmadge Force)",female,18,1,0,PC 17757,227.525,C62 C64,C,
702 | 702,1,1,"Silverthorne Mr. Spencer Victor",male,35,0,0,PC 17475,26.2875,E24,S,
703 | 703,0,3,"Barbara Miss. Saiide",female,18,0,1,2691,14.4542,,C,
704 | 704,0,3,"Gallagher Mr. Martin",male,25,0,0,36864,7.7417,,Q,
705 | 705,0,3,"Hansen Mr. Henrik Juul",male,26,1,0,350025,7.8542,,S,
706 | 706,0,2,"Morley Mr. Henry Samuel (""Mr Henry Marshall"")",male,39,0,0,250655,26,,S,
707 | 707,1,2,"Kelly Mrs. Florence ""Fannie""",female,45,0,0,223596,13.5,,S,
708 | 708,1,1,"Calderhead Mr. Edward Pennington",male,42,0,0,PC 17476,26.2875,E24,S,
709 | 709,1,1,"Cleaver Miss. Alice",female,22,0,0,113781,151.55,,S,
710 | 710,1,3,"Moubarek Master. Halim Gonios (""William George"")",male,,1,1,2661,15.2458,,C,
711 | 711,1,1,"Mayne Mlle. Berthe Antonine (""Mrs de Villiers"")",female,24,0,0,PC 17482,49.5042,C90,C,
712 | 712,0,1,"Klaber Mr. Herman",male,,0,0,113028,26.55,C124,S,
713 | 713,1,1,"Taylor Mr. Elmer Zebley",male,48,1,0,19996,52,C126,S,
714 | 714,0,3,"Larsson Mr. August Viktor",male,29,0,0,7545,9.4833,,S,
715 | 715,0,2,"Greenberg Mr. Samuel",male,52,0,0,250647,13,,S,
716 | 716,0,3,"Soholt Mr. Peter Andreas Lauritz Andersen",male,19,0,0,348124,7.65,F G73,S,
717 | 717,1,1,"Endres Miss. Caroline Louise",female,38,0,0,PC 17757,227.525,C45,C,
718 | 718,1,2,"Troutt Miss. Edwina Celia ""Winnie""",female,27,0,0,34218,10.5,E101,S,
719 | 719,0,3,"McEvoy Mr. Michael",male,,0,0,36568,15.5,,Q,
720 | 720,0,3,"Johnson Mr. Malkolm Joackim",male,33,0,0,347062,7.775,,S,
721 | 721,1,2,"Harper Miss. Annie Jessie ""Nina""",female,6,0,1,248727,33,,S,
722 | 722,0,3,"Jensen Mr. Svend Lauritz",male,17,1,0,350048,7.0542,,S,
723 | 723,0,2,"Gillespie Mr. William Henry",male,34,0,0,12233,13,,S,
724 | 724,0,2,"Hodges Mr. Henry Price",male,50,0,0,250643,13,,S,
725 | 725,1,1,"Chambers Mr. Norman Campbell",male,27,1,0,113806,53.1,E8,S,
726 | 726,0,3,"Oreskovic Mr. Luka",male,20,0,0,315094,8.6625,,S,
727 | 727,1,2,"Renouf Mrs. Peter Henry (Lillian Jefferys)",female,30,3,0,31027,21,,S,
728 | 728,1,3,"Mannion Miss. Margareth",female,,0,0,36866,7.7375,,Q,
729 | 729,0,2,"Bryhl Mr. Kurt Arnold Gottfrid",male,25,1,0,236853,26,,S,
730 | 730,0,3,"Ilmakangas Miss. Pieta Sofia",female,25,1,0,STON/O2. 3101271,7.925,,S,
731 | 731,1,1,"Allen Miss. Elisabeth Walton",female,29,0,0,24160,211.3375,B5,S,
732 | 732,0,3,"Hassan Mr. Houssein G N",male,11,0,0,2699,18.7875,,C,
733 | 733,0,2,"Knight Mr. Robert J",male,,0,0,239855,0,,S,
734 | 734,0,2,"Berriman Mr. William John",male,23,0,0,28425,13,,S,
735 | 735,0,2,"Troupiansky Mr. Moses Aaron",male,23,0,0,233639,13,,S,
736 | 736,0,3,"Williams Mr. Leslie",male,28.5,0,0,54636,16.1,,S,
737 | 737,0,3,"Ford Mrs. Edward (Margaret Ann Watson)",female,48,1,3,W./C. 6608,34.375,,S,
738 | 738,1,1,"Lesurer Mr. Gustave J",male,35,0,0,PC 17755,512.3292,B101,C,
739 | 739,0,3,"Ivanoff Mr. Kanio",male,,0,0,349201,7.8958,,S,
740 | 740,0,3,"Nankoff Mr. Minko",male,,0,0,349218,7.8958,,S,
741 | 741,1,1,"Hawksford Mr. Walter James",male,,0,0,16988,30,D45,S,
742 | 742,0,1,"Cavendish Mr. Tyrell William",male,36,1,0,19877,78.85,C46,S,
743 | 743,1,1,"Ryerson Miss. Susan Parker ""Suzette""",female,21,2,2,PC 17608,262.375,B57 B59 B63 B66,C,
744 | 744,0,3,"McNamee Mr. Neal",male,24,1,0,376566,16.1,,S,
745 | 745,1,3,"Stranden Mr. Juho",male,31,0,0,STON/O 2. 3101288,7.925,,S,
746 | 746,0,1,"Crosby Capt. Edward Gifford",male,70,1,1,WE/P 5735,71,B22,S,
747 | 747,0,3,"Abbott Mr. Rossmore Edward",male,16,1,1,C.A. 2673,20.25,,S,
748 | 748,1,2,"Sinkkonen Miss. Anna",female,30,0,0,250648,13,,S,
749 | 749,0,1,"Marvin Mr. Daniel Warner",male,19,1,0,113773,53.1,D30,S,
750 | 750,0,3,"Connaghton Mr. Michael",male,31,0,0,335097,7.75,,Q,
751 | 751,1,2,"Wells Miss. Joan",female,4,1,1,29103,23,,S,
752 | 752,1,3,"Moor Master. Meier",male,6,0,1,392096,12.475,E121,S,
753 | 753,0,3,"Vande Velde Mr. Johannes Joseph",male,33,0,0,345780,9.5,,S,
754 | 754,0,3,"Jonkoff Mr. Lalio",male,23,0,0,349204,7.8958,,S,
755 | 755,1,2,"Herman Mrs. Samuel (Jane Laver)",female,48,1,2,220845,65,,S,
756 | 756,1,2,"Hamalainen Master. Viljo",male,0.67,1,1,250649,14.5,,S,
757 | 757,0,3,"Carlsson Mr. August Sigfrid",male,28,0,0,350042,7.7958,,S,
758 | 758,0,2,"Bailey Mr. Percy Andrew",male,18,0,0,29108,11.5,,S,
759 | 759,0,3,"Theobald Mr. Thomas Leonard",male,34,0,0,363294,8.05,,S,
760 | 760,1,1,"Rothes the Countess. of (Lucy Noel Martha Dyer-Edwards)",female,33,0,0,110152,86.5,B77,S,
761 | 761,0,3,"Garfirth Mr. John",male,,0,0,358585,14.5,,S,
762 | 762,0,3,"Nirva Mr. Iisakki Antino Aijo",male,41,0,0,SOTON/O2 3101272,7.125,,S,
763 | 763,1,3,"Barah Mr. Hanna Assi",male,20,0,0,2663,7.2292,,C,
764 | 764,1,1,"Carter Mrs. William Ernest (Lucile Polk)",female,36,1,2,113760,120,B96 B98,S,
765 | 765,0,3,"Eklund Mr. Hans Linus",male,16,0,0,347074,7.775,,S,
766 | 766,1,1,"Hogeboom Mrs. John C (Anna Andrews)",female,51,1,0,13502,77.9583,D11,S,
767 | 767,0,1,"Brewe Dr. Arthur Jackson",male,,0,0,112379,39.6,,C,
768 | 768,0,3,"Mangan Miss. Mary",female,30.5,0,0,364850,7.75,,Q,
769 | 769,0,3,"Moran Mr. Daniel J",male,,1,0,371110,24.15,,Q,
770 | 770,0,3,"Gronnestad Mr. Daniel Danielsen",male,32,0,0,8471,8.3625,,S,
771 | 771,0,3,"Lievens Mr. Rene Aime",male,24,0,0,345781,9.5,,S,
772 | 772,0,3,"Jensen Mr. Niels Peder",male,48,0,0,350047,7.8542,,S,
773 | 773,0,2,"Mack Mrs. (Mary)",female,57,0,0,S.O./P.P. 3,10.5,E77,S,
774 | 774,0,3,"Elias Mr. Dibo",male,,0,0,2674,7.225,,C,
775 | 775,1,2,"Hocking Mrs. Elizabeth (Eliza Needs)",female,54,1,3,29105,23,,S,
776 | 776,0,3,"Myhrman Mr. Pehr Fabian Oliver Malkolm",male,18,0,0,347078,7.75,,S,
777 | 777,0,3,"Tobin Mr. Roger",male,,0,0,383121,7.75,F38,Q,
778 | 778,1,3,"Emanuel Miss. Virginia Ethel",female,5,0,0,364516,12.475,,S,
779 | 779,0,3,"Kilgannon Mr. Thomas J",male,,0,0,36865,7.7375,,Q,
780 | 780,1,1,"Robert Mrs. Edward Scott (Elisabeth Walton McMillan)",female,43,0,1,24160,211.3375,B3,S,
781 | 781,1,3,"Ayoub Miss. Banoura",female,13,0,0,2687,7.2292,,C,
782 | 782,1,1,"Dick Mrs. Albert Adrian (Vera Gillespie)",female,17,1,0,17474,57,B20,S,
783 | 783,0,1,"Long Mr. Milton Clyde",male,29,0,0,113501,30,D6,S,
784 | 784,0,3,"Johnston Mr. Andrew G",male,,1,2,W./C. 6607,23.45,,S,
785 | 785,0,3,"Ali Mr. William",male,25,0,0,SOTON/O.Q. 3101312,7.05,,S,
786 | 786,0,3,"Harmer Mr. Abraham (David Lishin)",male,25,0,0,374887,7.25,,S,
787 | 787,1,3,"Sjoblom Miss. Anna Sofia",female,18,0,0,3101265,7.4958,,S,
788 | 788,0,3,"Rice Master. George Hugh",male,8,4,1,382652,29.125,,Q,
789 | 789,1,3,"Dean Master. Bertram Vere",male,1,1,2,C.A. 2315,20.575,,S,
790 | 790,0,1,"Guggenheim Mr. Benjamin",male,46,0,0,PC 17593,79.2,B82 B84,C,
791 | 791,0,3,"Keane Mr. Andrew ""Andy""",male,,0,0,12460,7.75,,Q,
792 | 792,0,2,"Gaskell Mr. Alfred",male,16,0,0,239865,26,,S,
793 | 793,0,3,"Sage Miss. Stella Anna",female,,8,2,CA. 2343,69.55,,S,
794 | 794,0,1,"Hoyt Mr. William Fisher",male,,0,0,PC 17600,30.6958,,C,
795 | 795,0,3,"Dantcheff Mr. Ristiu",male,25,0,0,349203,7.8958,,S,
796 | 796,0,2,"Otter Mr. Richard",male,39,0,0,28213,13,,S,
797 | 797,1,1,"Leader Dr. Alice (Farnham)",female,49,0,0,17465,25.9292,D17,S,
798 | 798,1,3,"Osman Mrs. Mara",female,31,0,0,349244,8.6833,,S,
799 | 799,0,3,"Ibrahim Shawah Mr. Yousseff",male,30,0,0,2685,7.2292,,C,
800 | 800,0,3,"Van Impe Mrs. Jean Baptiste (Rosalie Paula Govaert)",female,30,1,1,345773,24.15,,S,
801 | 801,0,2,"Ponesell Mr. Martin",male,34,0,0,250647,13,,S,
802 | 802,1,2,"Collyer Mrs. Harvey (Charlotte Annie Tate)",female,31,1,1,C.A. 31921,26.25,,S,
803 | 803,1,1,"Carter Master. William Thornton II",male,11,1,2,113760,120,B96 B98,S,
804 | 804,1,3,"Thomas Master. Assad Alexander",male,0.42,0,1,2625,8.5167,,C,
805 | 805,1,3,"Hedman Mr. Oskar Arvid",male,27,0,0,347089,6.975,,S,
806 | 806,0,3,"Johansson Mr. Karl Johan",male,31,0,0,347063,7.775,,S,
807 | 807,0,1,"Andrews Mr. Thomas Jr",male,39,0,0,112050,0,A36,S,
808 | 808,0,3,"Pettersson Miss. Ellen Natalia",female,18,0,0,347087,7.775,,S,
809 | 809,0,2,"Meyer Mr. August",male,39,0,0,248723,13,,S,
810 | 810,1,1,"Chambers Mrs. Norman Campbell (Bertha Griggs)",female,33,1,0,113806,53.1,E8,S,
811 | 811,0,3,"Alexander Mr. William",male,26,0,0,3474,7.8875,,S,
812 | 812,0,3,"Lester Mr. James",male,39,0,0,A/4 48871,24.15,,S,
813 | 813,0,2,"Slemen Mr. Richard James",male,35,0,0,28206,10.5,,S,
814 | 814,0,3,"Andersson Miss. Ebba Iris Alfrida",female,6,4,2,347082,31.275,,S,
815 | 815,0,3,"Tomlin Mr. Ernest Portage",male,30.5,0,0,364499,8.05,,S,
816 | 816,0,1,"Fry Mr. Richard",male,,0,0,112058,0,B102,S,
817 | 817,0,3,"Heininen Miss. Wendla Maria",female,23,0,0,STON/O2. 3101290,7.925,,S,
818 | 818,0,2,"Mallet Mr. Albert",male,31,1,1,S.C./PARIS 2079,37.0042,,C,
819 | 819,0,3,"Holm Mr. John Fredrik Alexander",male,43,0,0,C 7075,6.45,,S,
820 | 820,0,3,"Skoog Master. Karl Thorsten",male,10,3,2,347088,27.9,,S,
821 | 821,1,1,"Hays Mrs. Charles Melville (Clara Jennings Gregg)",female,52,1,1,12749,93.5,B69,S,
822 | 822,1,3,"Lulic Mr. Nikola",male,27,0,0,315098,8.6625,,S,
823 | 823,0,1,"Reuchlin Jonkheer. John George",male,38,0,0,19972,0,,S,
824 | 824,1,3,"Moor Mrs. (Beila)",female,27,0,1,392096,12.475,E121,S,
825 | 825,0,3,"Panula Master. Urho Abraham",male,2,4,1,3101295,39.6875,,S,
826 | 826,0,3,"Flynn Mr. John",male,,0,0,368323,6.95,,Q,
827 | 827,0,3,"Lam Mr. Len",male,,0,0,1601,56.4958,,S,
828 | 828,1,2,"Mallet Master. Andre",male,1,0,2,S.C./PARIS 2079,37.0042,,C,
829 | 829,1,3,"McCormack Mr. Thomas Joseph",male,,0,0,367228,7.75,,Q,
830 | 830,1,1,"Stone Mrs. George Nelson (Martha Evelyn)",female,62,0,0,113572,80,B28,
831 | 831,1,3,"Yasbeck Mrs. Antoni (Selini Alexander)",female,15,1,0,2659,14.4542,,C,
832 | 832,1,2,"Richards Master. George Sibley",male,0.83,1,1,29106,18.75,,S,
833 | 833,0,3,"Saad Mr. Amin",male,,0,0,2671,7.2292,,C,
834 | 834,0,3,"Augustsson Mr. Albert",male,23,0,0,347468,7.8542,,S,
835 | 835,0,3,"Allum Mr. Owen George",male,18,0,0,2223,8.3,,S,
836 | 836,1,1,"Compton Miss. Sara Rebecca",female,39,1,1,PC 17756,83.1583,E49,C,
837 | 837,0,3,"Pasic Mr. Jakob",male,21,0,0,315097,8.6625,,S,
838 | 838,0,3,"Sirota Mr. Maurice",male,,0,0,392092,8.05,,S,
839 | 839,1,3,"Chip Mr. Chang",male,32,0,0,1601,56.4958,,S,
840 | 840,1,1,"Marechal Mr. Pierre",male,,0,0,11774,29.7,C47,C,
841 | 841,0,3,"Alhomaki Mr. Ilmari Rudolf",male,20,0,0,SOTON/O2 3101287,7.925,,S,
842 | 842,0,2,"Mudd Mr. Thomas Charles",male,16,0,0,S.O./P.P. 3,10.5,,S,
843 | 843,1,1,"Serepeca Miss. Augusta",female,30,0,0,113798,31,,C,
844 | 844,0,3,"Lemberopolous Mr. Peter L",male,34.5,0,0,2683,6.4375,,C,
845 | 845,0,3,"Culumovic Mr. Jeso",male,17,0,0,315090,8.6625,,S,
846 | 846,0,3,"Abbing Mr. Anthony",male,42,0,0,C.A. 5547,7.55,,S,
847 | 847,0,3,"Sage Mr. Douglas Bullen",male,,8,2,CA. 2343,69.55,,S,
848 | 848,0,3,"Markoff Mr. Marin",male,35,0,0,349213,7.8958,,C,
849 | 849,0,2,"Harper Rev. John",male,28,0,1,248727,33,,S,
850 | 850,1,1,"Goldenberg Mrs. Samuel L (Edwiga Grabowska)",female,,1,0,17453,89.1042,C92,C,
851 | 851,0,3,"Andersson Master. Sigvard Harald Elias",male,4,4,2,347082,31.275,,S,
852 | 852,0,3,"Svensson Mr. Johan",male,74,0,0,347060,7.775,,S,
853 | 853,0,3,"Boulos Miss. Nourelain",female,9,1,1,2678,15.2458,,C,
854 | 854,1,1,"Lines Miss. Mary Conover",female,16,0,1,PC 17592,39.4,D28,S,
855 | 855,0,2,"Carter Mrs. Ernest Courtenay (Lilian Hughes)",female,44,1,0,244252,26,,S,
856 | 856,1,3,"Aks Mrs. Sam (Leah Rosen)",female,18,0,1,392091,9.35,,S,
857 | 857,1,1,"Wick Mrs. George Dennick (Mary Hitchcock)",female,45,1,1,36928,164.8667,,S,
858 | 858,1,1,"Daly Mr. Peter Denis ",male,51,0,0,113055,26.55,E17,S,
859 | 859,1,3,"Baclini Mrs. Solomon (Latifa Qurban)",female,24,0,3,2666,19.2583,,C,
860 | 860,0,3,"Razi Mr. Raihed",male,,0,0,2629,7.2292,,C,
861 | 861,0,3,"Hansen Mr. Claus Peter",male,41,2,0,350026,14.1083,,S,
862 | 862,0,2,"Giles Mr. Frederick Edward",male,21,1,0,28134,11.5,,S,
863 | 863,1,1,"Swift Mrs. Frederick Joel (Margaret Welles Barron)",female,48,0,0,17466,25.9292,D17,S,
864 | 864,0,3,"Sage Miss. Dorothy Edith ""Dolly""",female,,8,2,CA. 2343,69.55,,S,
865 | 865,0,2,"Gill Mr. John William",male,24,0,0,233866,13,,S,
866 | 866,1,2,"Bystrom Mrs. (Karolina)",female,42,0,0,236852,13,,S,
867 | 867,1,2,"Duran y More Miss. Asuncion",female,27,1,0,SC/PARIS 2149,13.8583,,C,
868 | 868,0,1,"Roebling Mr. Washington Augustus II",male,31,0,0,PC 17590,50.4958,A24,S,
869 | 869,0,3,"van Melkebeke Mr. Philemon",male,,0,0,345777,9.5,,S,
870 | 870,1,3,"Johnson Master. Harold Theodor",male,4,1,1,347742,11.1333,,S,
871 | 871,0,3,"Balkic Mr. Cerin",male,26,0,0,349248,7.8958,,S,
872 | 872,1,1,"Beckwith Mrs. Richard Leonard (Sallie Monypeny)",female,47,1,1,11751,52.5542,D35,S,
873 | 873,0,1,"Carlsson Mr. Frans Olof",male,33,0,0,695,5,B51 B53 B55,S,
874 | 874,0,3,"Vander Cruyssen Mr. Victor",male,47,0,0,345765,9,,S,
875 | 875,1,2,"Abelson Mrs. Samuel (Hannah Wizosky)",female,28,1,0,P/PP 3381,24,,C,
876 | 876,1,3,"Najib Miss. Adele Kiamie ""Jane""",female,15,0,0,2667,7.225,,C,
877 | 877,0,3,"Gustafsson Mr. Alfred Ossian",male,20,0,0,7534,9.8458,,S,
878 | 878,0,3,"Petroff Mr. Nedelio",male,19,0,0,349212,7.8958,,S,
879 | 879,0,3,"Laleff Mr. Kristo",male,,0,0,349217,7.8958,,S,
880 | 880,1,1,"Potter Mrs. Thomas Jr (Lily Alexenia Wilson)",female,56,0,1,11767,83.1583,C50,C,
881 | 881,1,2,"Shelley Mrs. William (Imanita Parrish Hall)",female,25,0,1,230433,26,,S,
882 | 882,0,3,"Markun Mr. Johann",male,33,0,0,349257,7.8958,,S,
883 | 883,0,3,"Dahlberg Miss. Gerda Ulrika",female,22,0,0,7552,10.5167,,S,
884 | 884,0,2,"Banfield Mr. Frederick James",male,28,0,0,C.A./SOTON 34068,10.5,,S,
885 | 885,0,3,"Sutehall Mr. Henry Jr",male,25,0,0,SOTON/OQ 392076,7.05,,S,
886 | 886,0,3,"Rice Mrs. William (Margaret Norton)",female,39,0,5,382652,29.125,,Q,
887 | 887,0,2,"Montvila Rev. Juozas",male,27,0,0,211536,13,,S,
888 | 888,1,1,"Graham Miss. Margaret Edith",female,19,0,0,112053,30,B42,S,
889 | 889,0,3,"Johnston Miss. Catherine Helen ""Carrie""",female,,1,2,W./C. 6607,23.45,,S,
890 | 890,1,1,"Behr Mr. Karl Howell",male,26,0,0,111369,30,C148,C,
891 | 891,0,3,"Dooley Mr. Patrick",male,32,0,0,370376,7.75,,Q,
892 |
--------------------------------------------------------------------------------
/titanic_data_analysis/titanic_avg_age_report.pig:
--------------------------------------------------------------------------------
1 | titanic_data = load '/titanic_analysis/TitanicData.txt' using PigStorage(',') as
2 | (PassengerId:int,Survived:int,Pclass:int,Name:chararray,Sex:chararray,Age:int,
3 | SibSp:int,Parch:int,Ticket:chararray,Fare:int,Cabin:chararray,Embarked:chararray);
4 |
5 | -- Extract useful column from the raw data
6 | feature_data = foreach titanic_data generate Survived,Sex,Age;
7 |
8 | -- Split data into survived and died passanger
9 | SPLIT feature_data INTO died_Passanger IF(Survived==0),survived_Passanger IF(Survived==1);
10 |
11 |
12 | -- Group pasanger by gender
13 | survived_gender_grp = GROUP survived_Passanger by Sex;
14 | died_gender_grp = GROUP died_Passanger by Sex;
15 |
16 | -- Generate avg age for both female and male for died and survived people
17 |
18 | sur_avg_age = foreach survived_gender_grp generate CONCAT('Survived_',group) ,AVG(survived_Passanger.Age) as avg_age;
19 | died_avg_age = foreach died_gender_grp generate CONCAT('Died_',group) ,AVG(died_Passanger.Age) as avg_age;
20 |
21 | merged_data = UNION sur_avg_age,died_avg_age; -- Merge data in single unit
22 |
23 | STORE merged_data INTO '/titanic_analysis/aaa_report.txt' using PigStorage(','); -- Store the Accident Average Age Report to HDFS
24 |
25 | avg_age_report = load '/titanic_analysis/aaa_report.txt' using PigStorage(',') as (category:chararray,avg_age:int);
26 | dump avg_age_report;
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/titanic_data_analysis/titanic_pclass_report.pig:
--------------------------------------------------------------------------------
1 | titanic_data = load '/titanic_analysis/TitanicData.txt' using PigStorage(',') as
2 | (PassengerId:int,Survived:int,Pclass:int,Name:chararray,Sex:chararray,Age:int,
3 | SibSp:int,Parch:int,Ticket:chararray,Fare:int,Cabin:chararray,Embarked:chararray);
4 |
5 | -- Extract useful column from the raw data for analysis
6 |
7 | feature_data = FOREACH titanic_data generate Survived,Pclass;
8 |
9 | SPLIT feature_data into died IF(Survived==0), survived IF(Survived==1);
10 |
11 | died_pclass_group = GROUP died by Pclass;
12 | survived_pclass_group = GROUP survived by Pclass;
13 |
14 | count_died = foreach died_pclass_group generate CONCAT('Died_Pclass_',(chararray)group),COUNT(died);
15 | count_survived = foreach survived_pclass_group generate CONCAT('Survived_Pclass_',(chararray)group),COUNT(survived);
16 |
17 | class_report = UNION count_died,count_survived;
18 | STORE class_report INTO '/titanic_analysis/Pclass_analysis.txt' using PigStorage(',');
19 |
20 | class_report_data = load '/titanic_analysis/Pclass_analysis.txt' using PigStorage(',') as (category:chararray,total:int);
21 | dump class_report_data;
22 |
--------------------------------------------------------------------------------