diff --git a/src/poetry.lock b/src/poetry.lock index 60147aa..e0d7790 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -1,4 +1,34 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. + +[[package]] +name = "appnope" +version = "0.1.3" +description = "Disable App Nap on macOS >= 10.9" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "appnope-0.1.3-py2.py3-none-any.whl", hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e"}, + {file = "appnope-0.1.3.tar.gz", hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24"}, +] + +[[package]] +name = "asttokens" +version = "2.2.1" +description = "Annotate AST trees with source code positions" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "asttokens-2.2.1-py2.py3-none-any.whl", hash = "sha256:6b0ac9e93fb0335014d382b8fa9b3afa7df546984258005da0b9e7095b3deb1c"}, + {file = "asttokens-2.2.1.tar.gz", hash = "sha256:4622110b2a6f30b77e1473affaa97e711bc2f07d3f10848420ff1898edbe94f3"}, +] + +[package.dependencies] +six = "*" + +[package.extras] +test = ["astroid", "pytest"] [[package]] name = "attrs" @@ -19,11 +49,23 @@ docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib- tests = ["attrs[tests-no-zope]", "zope.interface"] tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy (>=0.971,<0.990)", "mypy (>=0.971,<0.990)", "pympler", "pympler", "pytest (>=4.3.0)", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-mypy-plugins", "pytest-xdist[psutil]", "pytest-xdist[psutil]"] +[[package]] +name = "backcall" +version = "0.2.0" +description = "Specifications for callback functions passed in to an API" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255"}, + {file = "backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"}, +] + [[package]] name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -185,6 +227,18 @@ files = [ {file = "cycler-0.11.0.tar.gz", hash = "sha256:9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f"}, ] +[[package]] +name = "decorator" +version = "5.1.1" +description = "Decorators for Humans" +category = "main" +optional = false +python-versions = ">=3.5" +files = [ + {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"}, + {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"}, +] + [[package]] name = "exceptiongroup" version = "1.1.0" @@ -200,6 +254,21 @@ files = [ [package.extras] test = ["pytest (>=6)"] +[[package]] +name = "executing" +version = "1.2.0" +description = "Get the currently executing AST node of a frame, and other information" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "executing-1.2.0-py2.py3-none-any.whl", hash = "sha256:0314a69e37426e3608aada02473b4161d4caf5a4b244d1d0c48072b8fee7bacc"}, + {file = "executing-1.2.0.tar.gz", hash = "sha256:19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107"}, +] + +[package.extras] +tests = ["asttokens", "littleutils", "pytest", "rich"] + [[package]] name = "fonttools" version = "4.39.0" @@ -238,6 +307,65 @@ files = [ {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"}, ] +[[package]] +name = "ipython" +version = "8.11.0" +description = "IPython: Productive Interactive Computing" +category = "main" +optional = false +python-versions = ">=3.8" +files = [ + {file = "ipython-8.11.0-py3-none-any.whl", hash = "sha256:5b54478e459155a326bf5f42ee4f29df76258c0279c36f21d71ddb560f88b156"}, + {file = "ipython-8.11.0.tar.gz", hash = "sha256:735cede4099dbc903ee540307b9171fbfef4aa75cfcacc5a273b2cda2f02be04"}, +] + +[package.dependencies] +appnope = {version = "*", markers = "sys_platform == \"darwin\""} +backcall = "*" +colorama = {version = "*", markers = "sys_platform == \"win32\""} +decorator = "*" +jedi = ">=0.16" +matplotlib-inline = "*" +pexpect = {version = ">4.3", markers = "sys_platform != \"win32\""} +pickleshare = "*" +prompt-toolkit = ">=3.0.30,<3.0.37 || >3.0.37,<3.1.0" +pygments = ">=2.4.0" +stack-data = "*" +traitlets = ">=5" + +[package.extras] +all = ["black", "curio", "docrepr", "ipykernel", "ipyparallel", "ipywidgets", "matplotlib", "matplotlib (!=3.2.0)", "nbconvert", "nbformat", "notebook", "numpy (>=1.21)", "pandas", "pytest (<7)", "pytest (<7.1)", "pytest-asyncio", "qtconsole", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "stack-data", "testpath", "trio", "typing-extensions"] +black = ["black"] +doc = ["docrepr", "ipykernel", "matplotlib", "pytest (<7)", "pytest (<7.1)", "pytest-asyncio", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "stack-data", "testpath", "typing-extensions"] +kernel = ["ipykernel"] +nbconvert = ["nbconvert"] +nbformat = ["nbformat"] +notebook = ["ipywidgets", "notebook"] +parallel = ["ipyparallel"] +qtconsole = ["qtconsole"] +test = ["pytest (<7.1)", "pytest-asyncio", "testpath"] +test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.21)", "pandas", "pytest (<7.1)", "pytest-asyncio", "testpath", "trio"] + +[[package]] +name = "jedi" +version = "0.18.2" +description = "An autocompletion tool for Python that can be used for text editors." +category = "main" +optional = false +python-versions = ">=3.6" +files = [ + {file = "jedi-0.18.2-py2.py3-none-any.whl", hash = "sha256:203c1fd9d969ab8f2119ec0a3342e0b49910045abe6af0a3ae83a5764d54639e"}, + {file = "jedi-0.18.2.tar.gz", hash = "sha256:bae794c30d07f6d910d32a7048af09b5a39ed740918da923c6b780790ebac612"}, +] + +[package.dependencies] +parso = ">=0.8.0,<0.9.0" + +[package.extras] +docs = ["Jinja2 (==2.11.3)", "MarkupSafe (==1.1.1)", "Pygments (==2.8.1)", "alabaster (==0.7.12)", "babel (==2.9.1)", "chardet (==4.0.0)", "commonmark (==0.8.1)", "docutils (==0.17.1)", "future (==0.18.2)", "idna (==2.10)", "imagesize (==1.2.0)", "mock (==1.0.1)", "packaging (==20.9)", "pyparsing (==2.4.7)", "pytz (==2021.1)", "readthedocs-sphinx-ext (==2.1.4)", "recommonmark (==0.5.0)", "requests (==2.25.1)", "six (==1.15.0)", "snowballstemmer (==2.1.0)", "sphinx (==1.8.5)", "sphinx-rtd-theme (==0.4.3)", "sphinxcontrib-serializinghtml (==1.1.4)", "sphinxcontrib-websupport (==1.2.4)", "urllib3 (==1.26.4)"] +qa = ["flake8 (==3.8.3)", "mypy (==0.782)"] +testing = ["Django (<3.1)", "attrs", "colorama", "docopt", "pytest (<7.0.0)"] + [[package]] name = "joblib" version = "1.2.0" @@ -390,6 +518,21 @@ pillow = ">=6.2.0" pyparsing = ">=2.3.1" python-dateutil = ">=2.7" +[[package]] +name = "matplotlib-inline" +version = "0.1.6" +description = "Inline Matplotlib backend for Jupyter" +category = "main" +optional = false +python-versions = ">=3.5" +files = [ + {file = "matplotlib-inline-0.1.6.tar.gz", hash = "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"}, + {file = "matplotlib_inline-0.1.6-py3-none-any.whl", hash = "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311"}, +] + +[package.dependencies] +traitlets = "*" + [[package]] name = "numpy" version = "1.24.2" @@ -488,6 +631,49 @@ pytz = ">=2020.1" [package.extras] test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"] +[[package]] +name = "parso" +version = "0.8.3" +description = "A Python Parser" +category = "main" +optional = false +python-versions = ">=3.6" +files = [ + {file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"}, + {file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"}, +] + +[package.extras] +qa = ["flake8 (==3.8.3)", "mypy (==0.782)"] +testing = ["docopt", "pytest (<6.0.0)"] + +[[package]] +name = "pexpect" +version = "4.8.0" +description = "Pexpect allows easy control of interactive console applications." +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"}, + {file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"}, +] + +[package.dependencies] +ptyprocess = ">=0.5" + +[[package]] +name = "pickleshare" +version = "0.7.5" +description = "Tiny 'shelve'-like database with concurrency support" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"}, + {file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"}, +] + [[package]] name = "pillow" version = "9.4.0" @@ -595,6 +781,63 @@ files = [ dev = ["pre-commit", "tox"] testing = ["pytest", "pytest-benchmark"] +[[package]] +name = "prompt-toolkit" +version = "3.0.38" +description = "Library for building powerful interactive command lines in Python" +category = "main" +optional = false +python-versions = ">=3.7.0" +files = [ + {file = "prompt_toolkit-3.0.38-py3-none-any.whl", hash = "sha256:45ea77a2f7c60418850331366c81cf6b5b9cf4c7fd34616f733c5427e6abbb1f"}, + {file = "prompt_toolkit-3.0.38.tar.gz", hash = "sha256:23ac5d50538a9a38c8bde05fecb47d0b403ecd0662857a86f886f798563d5b9b"}, +] + +[package.dependencies] +wcwidth = "*" + +[[package]] +name = "ptyprocess" +version = "0.7.0" +description = "Run a subprocess in a pseudo terminal" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"}, + {file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"}, +] + +[[package]] +name = "pure-eval" +version = "0.2.2" +description = "Safely evaluate AST nodes without side effects" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"}, + {file = "pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"}, +] + +[package.extras] +tests = ["pytest"] + +[[package]] +name = "pygments" +version = "2.14.0" +description = "Pygments is a syntax highlighting package written in Python." +category = "main" +optional = false +python-versions = ">=3.6" +files = [ + {file = "Pygments-2.14.0-py3-none-any.whl", hash = "sha256:fa7bd7bd2771287c0de303af8bfdfc731f51bd2c6a47ab69d117138893b82717"}, + {file = "Pygments-2.14.0.tar.gz", hash = "sha256:b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297"}, +] + +[package.extras] +plugins = ["importlib-metadata"] + [[package]] name = "pyparsing" version = "3.0.9" @@ -682,17 +925,18 @@ files = [ [[package]] name = "safe-ds" -version = "0.1.0" -description = "The Safe-DS standard library." +version = "0.2.0" +description = "A user-friendly library for Data Science in Python." category = "main" optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "safe_ds-0.1.0-py3-none-any.whl", hash = "sha256:d128077379ae11f416882ea48f71f65c258b9728e0cdd50ce125176ab10896c2"}, - {file = "safe_ds-0.1.0.tar.gz", hash = "sha256:5814be462d97acdad2bee4bb26c233a7c3178d5174dc406de23bfb710a5d59b7"}, + {file = "safe_ds-0.2.0-py3-none-any.whl", hash = "sha256:d0fd659943fa57501af60dd0d2218851fc440eae7aed2c085388d1e597fdf99c"}, + {file = "safe_ds-0.2.0.tar.gz", hash = "sha256:7dfee2ef9a3c0d533e7e28dfd9c7ed9c8ad2457b024085cce299fae7594f3fd2"}, ] [package.dependencies] +ipython = ">=8.8.0,<9.0.0" matplotlib = ">=3.6.3,<4.0.0" pandas = ">=1.5.3,<2.0.0" scikit-learn = ">=1.2.0,<2.0.0" @@ -814,6 +1058,26 @@ files = [ {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, ] +[[package]] +name = "stack-data" +version = "0.6.2" +description = "Extract data from python stack frames and tracebacks for informative displays" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "stack_data-0.6.2-py3-none-any.whl", hash = "sha256:cbb2a53eb64e5785878201a97ed7c7b94883f48b87bfb0bbe8b623c74679e4a8"}, + {file = "stack_data-0.6.2.tar.gz", hash = "sha256:32d2dd0376772d01b6cb9fc996f3c8b57a357089dec328ed4b6553d037eaf815"}, +] + +[package.dependencies] +asttokens = ">=2.1.0" +executing = ">=1.2.0" +pure-eval = "*" + +[package.extras] +tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] + [[package]] name = "threadpoolctl" version = "3.1.0" @@ -838,7 +1102,35 @@ files = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] +[[package]] +name = "traitlets" +version = "5.9.0" +description = "Traitlets Python configuration system" +category = "main" +optional = false +python-versions = ">=3.7" +files = [ + {file = "traitlets-5.9.0-py3-none-any.whl", hash = "sha256:9e6ec080259b9a5940c797d58b613b5e31441c2257b87c2e795c5228ae80d2d8"}, + {file = "traitlets-5.9.0.tar.gz", hash = "sha256:f6cde21a9c68cf756af02035f72d5a723bf607e862e7be33ece505abf4a3bad9"}, +] + +[package.extras] +docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] +test = ["argcomplete (>=2.0)", "pre-commit", "pytest", "pytest-mock"] + +[[package]] +name = "wcwidth" +version = "0.2.6" +description = "Measures the displayed width of unicode strings in a terminal" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"}, + {file = "wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"}, +] + [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d584d038b4298774dd0b89fa0ed00d13adb42818baac3dbf0321a23ff1d154cc" +content-hash = "611a32db078db3563ee096498cc86bd422288719c55d191b227b07bf6bedd7a9" diff --git a/src/pyproject.toml b/src/pyproject.toml index bb0bde2..bafc3d6 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -13,7 +13,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" -safe-ds = "^0.1.0" +safe-ds = "^0.2.0" [tool.poetry.group.dev.dependencies] pytest = "^7.2.1" diff --git a/src/safeds_examples/titanic/__init__.py b/src/safeds_examples/titanic/__init__.py new file mode 100644 index 0000000..27e5e2f --- /dev/null +++ b/src/safeds_examples/titanic/__init__.py @@ -0,0 +1 @@ +from ._load import load_titanic diff --git a/src/safeds_examples/titanic/_load.py b/src/safeds_examples/titanic/_load.py new file mode 100644 index 0000000..ea5ae2d --- /dev/null +++ b/src/safeds_examples/titanic/_load.py @@ -0,0 +1,9 @@ +import os + +from safeds.data.tabular import Table + +_path = os.path.join(os.path.dirname(__file__), "data", "titanic.csv") + + +def load_titanic() -> Table: + return Table.from_csv(_path) diff --git a/src/safeds_examples/titanic/data/attribution.md b/src/safeds_examples/titanic/data/attribution.md new file mode 100644 index 0000000..34dfcf9 --- /dev/null +++ b/src/safeds_examples/titanic/data/attribution.md @@ -0,0 +1,5 @@ +Based on the ["Titanic" dataset](https://www.openml.org/search?type=data&sort=runs&id=40945&status=active) by Frank E. Harrell Jr. and Thomas Cason: + +> The original Titanic dataset, describing the survival status of individual passengers on the Titanic. The titanic data does not contain information from the crew, but it does contain actual ages of half of the passengers. The principal source for data about Titanic passengers is the Encyclopedia Titanica. The datasets used here were begun by a variety of researchers. One of the original sources is Eaton & Haas (1994) Titanic: Triumph and Tragedy, Patrick Stephens Ltd, which includes a passenger list created by many researchers and edited by Michael A. Findlay. +> +> Thomas Cason of UVa has greatly updated and improved the titanic data frame using the Encyclopedia Titanica and created the dataset here. Some duplicate passengers have been dropped, many errors corrected, many missing ages filled in, and new variables created. diff --git a/src/safeds_examples/titanic/data/titanic.csv b/src/safeds_examples/titanic/data/titanic.csv new file mode 100644 index 0000000..52eb58b --- /dev/null +++ b/src/safeds_examples/titanic/data/titanic.csv @@ -0,0 +1,1310 @@ +Name,Sex,Age,Number of Siblings or Spouses Aboard,Number of Parents or Children Aboard,Ticket Number,Travel Class,Fare,Cabin Number,Port of Embarkation,Survived +"Abbing, Mr. Anthony",male,42,0,0,C.A. 5547,3,7.55,?,Southampton,0 +"Abbott, Master. Eugene Joseph",male,13,0,2,C.A. 2673,3,20.25,?,Southampton,0 +"Abbott, Mr. Rossmore Edward",male,16,1,1,C.A. 2673,3,20.25,?,Southampton,0 +"Abbott, Mrs. Stanton (Rosa Hunt)",female,35,1,1,C.A. 2673,3,20.25,?,Southampton,1 +"Abelseth, Miss. Karen Marie",female,16,0,0,348125,3,7.65,?,Southampton,1 +"Abelseth, Mr. Olaus Jorgensen",male,25,0,0,348122,3,7.65,F G63,Southampton,1 +"Abelson, Mr. Samuel",male,30,1,0,P/PP 3381,2,24,?,Cherbourg,0 +"Abelson, Mrs. Samuel (Hannah Wizosky)",female,28,1,0,P/PP 3381,2,24,?,Cherbourg,1 +"Abrahamsson, Mr. Abraham August Johannes",male,20,0,0,SOTON/O2 3101284,3,7.925,?,Southampton,1 +"Abrahim, Mrs. Joseph (Sophie Halaut Easu)",female,18,0,0,2657,3,7.2292,?,Cherbourg,1 +"Adahl, Mr. Mauritz Nils Martin",male,30,0,0,C 7076,3,7.25,?,Southampton,0 +"Adams, Mr. John",male,26,0,0,341826,3,8.05,?,Southampton,0 +"Ahlin, Mrs. Johan (Johanna Persdotter Larsson)",female,40,1,0,7546,3,9.475,?,Southampton,0 +"Aks, Master. Philip Frank",male,0.8333,0,1,392091,3,9.35,?,Southampton,1 +"Aks, Mrs. Sam (Leah Rosen)",female,18,0,1,392091,3,9.35,?,Southampton,1 +"Albimona, Mr. Nassef Cassem",male,26,0,0,2699,3,18.7875,?,Cherbourg,1 +"Aldworth, Mr. Charles Augustus",male,30,0,0,248744,2,13,?,Southampton,0 +"Alexander, Mr. William",male,26,0,0,3474,3,7.8875,?,Southampton,0 +"Alhomaki, Mr. Ilmari Rudolf",male,20,0,0,SOTON/O2 3101287,3,7.925,?,Southampton,0 +"Ali, Mr. Ahmed",male,24,0,0,SOTON/O.Q. 3101311,3,7.05,?,Southampton,0 +"Ali, Mr. William",male,25,0,0,SOTON/O.Q. 3101312,3,7.05,?,Southampton,0 +"Allen, Miss. Elisabeth Walton",female,29,0,0,24160,1,211.3375,B5,Southampton,1 +"Allen, Mr. William Henry",male,35,0,0,373450,3,8.05,?,Southampton,0 +"Allison, Master. Hudson Trevor",male,0.9167,1,2,113781,1,151.55,C22 C26,Southampton,1 +"Allison, Miss. Helen Loraine",female,2,1,2,113781,1,151.55,C22 C26,Southampton,0 +"Allison, Mr. Hudson Joshua Creighton",male,30,1,2,113781,1,151.55,C22 C26,Southampton,0 +"Allison, Mrs. Hudson J C (Bessie Waldo Daniels)",female,25,1,2,113781,1,151.55,C22 C26,Southampton,0 +"Allum, Mr. Owen George",male,18,0,0,2223,3,8.3,?,Southampton,0 +"Andersen, Mr. Albert Karvin",male,32,0,0,C 4001,3,22.525,?,Southampton,0 +"Andersen-Jensen, Miss. Carla Christine Nielsine",female,19,1,0,350046,3,7.8542,?,Southampton,1 +"Anderson, Mr. Harry",male,48,0,0,19952,1,26.55,E12,Southampton,1 +"Andersson, Master. Sigvard Harald Elias",male,4,4,2,347082,3,31.275,?,Southampton,0 +"Andersson, Miss. Ebba Iris Alfrida",female,6,4,2,347082,3,31.275,?,Southampton,0 +"Andersson, Miss. Ellis Anna Maria",female,2,4,2,347082,3,31.275,?,Southampton,0 +"Andersson, Miss. Erna Alexandra",female,17,4,2,3101281,3,7.925,?,Southampton,1 +"Andersson, Miss. Ida Augusta Margareta",female,38,4,2,347091,3,7.775,?,Southampton,0 +"Andersson, Miss. Ingeborg Constanzia",female,9,4,2,347082,3,31.275,?,Southampton,0 +"Andersson, Miss. Sigrid Elisabeth",female,11,4,2,347082,3,31.275,?,Southampton,0 +"Andersson, Mr. Anders Johan",male,39,1,5,347082,3,31.275,?,Southampton,0 +"Andersson, Mr. August Edvard ('Wennerstrom')",male,27,0,0,350043,3,7.7958,?,Southampton,1 +"Andersson, Mr. Johan Samuel",male,26,0,0,347075,3,7.775,?,Southampton,0 +"Andersson, Mrs. Anders Johan (Alfrida Konstantia Brogren)",female,39,1,5,347082,3,31.275,?,Southampton,0 +"Andreasson, Mr. Paul Edvin",male,20,0,0,347466,3,7.8542,?,Southampton,0 +"Andrew, Mr. Edgardo Samuel",male,18,0,0,231945,2,11.5,?,Southampton,0 +"Andrew, Mr. Frank Thomas",male,25,0,0,C.A. 34050,2,10.5,?,Southampton,0 +"Andrews, Miss. Kornelia Theodosia",female,63,1,0,13502,1,77.9583,D7,Southampton,1 +"Andrews, Mr. Thomas Jr",male,39,0,0,112050,1,0,A36,Southampton,0 +"Angheloff, Mr. Minko",male,26,0,0,349202,3,7.8958,?,Southampton,0 +"Angle, Mr. William A",male,34,1,0,226875,2,26,?,Southampton,0 +"Angle, Mrs. William A (Florence 'Mary' Agnes Hughes)",female,36,1,0,226875,2,26,?,Southampton,1 +"Appleton, Mrs. Edward Dale (Charlotte Lamson)",female,53,2,0,11769,1,51.4792,C101,Southampton,1 +"Arnold-Franchi, Mr. Josef",male,25,1,0,349237,3,17.8,?,Southampton,0 +"Arnold-Franchi, Mrs. Josef (Josefine Franchi)",female,18,1,0,349237,3,17.8,?,Southampton,0 +"Aronsson, Mr. Ernst Axel Algot",male,24,0,0,349911,3,7.775,?,Southampton,0 +"Artagaveytia, Mr. Ramon",male,71,0,0,PC 17609,1,49.5042,?,Cherbourg,0 +"Ashby, Mr. John",male,57,0,0,244346,2,13,?,Southampton,0 +"Asim, Mr. Adola",male,35,0,0,SOTON/O.Q. 3101310,3,7.05,?,Southampton,0 +"Asplund, Master. Carl Edgar",male,5,4,2,347077,3,31.3875,?,Southampton,0 +"Asplund, Master. Clarence Gustaf Hugo",male,9,4,2,347077,3,31.3875,?,Southampton,0 +"Asplund, Master. Edvin Rojj Felix",male,3,4,2,347077,3,31.3875,?,Southampton,1 +"Asplund, Master. Filip Oscar",male,13,4,2,347077,3,31.3875,?,Southampton,0 +"Asplund, Miss. Lillian Gertrud",female,5,4,2,347077,3,31.3875,?,Southampton,1 +"Asplund, Mr. Carl Oscar Vilhelm Gustafsson",male,40,1,5,347077,3,31.3875,?,Southampton,0 +"Asplund, Mr. Johan Charles",male,23,0,0,350054,3,7.7958,?,Southampton,1 +"Asplund, Mrs. Carl Oscar (Selma Augusta Emilia Johansson)",female,38,1,5,347077,3,31.3875,?,Southampton,1 +"Assaf Khalil, Mrs. Mariana ('Miriam')",female,45,0,0,2696,3,7.225,?,Cherbourg,1 +"Assaf, Mr. Gerios",male,21,0,0,2692,3,7.225,?,Cherbourg,0 +"Assam, Mr. Ali",male,23,0,0,SOTON/O.Q. 3101309,3,7.05,?,Southampton,0 +"Astor, Col. John Jacob",male,47,1,0,PC 17757,1,227.525,C62 C64,Cherbourg,0 +"Astor, Mrs. John Jacob (Madeleine Talmadge Force)",female,18,1,0,PC 17757,1,227.525,C62 C64,Cherbourg,1 +"Attalah, Miss. Malake",female,17,0,0,2627,3,14.4583,?,Cherbourg,0 +"Attalah, Mr. Sleiman",male,30,0,0,2694,3,7.225,?,Cherbourg,0 +"Aubart, Mme. Leontine Pauline",female,24,0,0,PC 17477,1,69.3,B35,Cherbourg,1 +"Augustsson, Mr. Albert",male,23,0,0,347468,3,7.8542,?,Southampton,0 +"Ayoub, Miss. Banoura",female,13,0,0,2687,3,7.2292,?,Cherbourg,1 +"Baccos, Mr. Raffull",male,20,0,0,2679,3,7.225,?,Cherbourg,0 +"Backstrom, Mr. Karl Alfred",male,32,1,0,3101278,3,15.85,?,Southampton,0 +"Backstrom, Mrs. Karl Alfred (Maria Mathilda Gustafsson)",female,33,3,0,3101278,3,15.85,?,Southampton,1 +"Baclini, Miss. Eugenie",female,0.75,2,1,2666,3,19.2583,?,Cherbourg,1 +"Baclini, Miss. Helene Barbara",female,0.75,2,1,2666,3,19.2583,?,Cherbourg,1 +"Baclini, Miss. Marie Catherine",female,5,2,1,2666,3,19.2583,?,Cherbourg,1 +"Baclini, Mrs. Solomon (Latifa Qurban)",female,24,0,3,2666,3,19.2583,?,Cherbourg,1 +"Badman, Miss. Emily Louisa",female,18,0,0,A/4 31416,3,8.05,?,Southampton,1 +"Badt, Mr. Mohamed",male,40,0,0,2623,3,7.225,?,Cherbourg,0 +"Bailey, Mr. Percy Andrew",male,18,0,0,29108,2,11.5,?,Southampton,0 +"Baimbrigge, Mr. Charles Robert",male,23,0,0,C.A. 31030,2,10.5,?,Southampton,0 +"Balkic, Mr. Cerin",male,26,0,0,349248,3,7.8958,?,Southampton,0 +"Ball, Mrs. (Ada E Hall)",female,36,0,0,28551,2,13,D,Southampton,1 +"Banfield, Mr. Frederick James",male,28,0,0,C.A./SOTON 34068,2,10.5,?,Southampton,0 +"Barah, Mr. Hanna Assi",male,20,0,0,2663,3,7.2292,?,Cherbourg,1 +"Barbara, Miss. Saiide",female,18,0,1,2691,3,14.4542,?,Cherbourg,0 +"Barbara, Mrs. (Catherine David)",female,45,0,1,2691,3,14.4542,?,Cherbourg,0 +"Barber, Miss. Ellen 'Nellie'",female,26,0,0,19877,1,78.85,?,Southampton,1 +"Barkworth, Mr. Algernon Henry Wilson",male,80,0,0,27042,1,30,A23,Southampton,1 +"Barry, Miss. Julia",female,27,0,0,330844,3,7.8792,?,Queenstown,0 +"Barton, Mr. David John",male,22,0,0,324669,3,8.05,?,Southampton,0 +"Bateman, Rev. Robert James",male,51,0,0,S.O.P. 1166,2,12.525,?,Southampton,0 +"Baumann, Mr. John D",male,?,0,0,PC 17318,1,25.925,?,Southampton,0 +"Baxter, Mr. Quigg Edmond",male,24,0,1,PC 17558,1,247.5208,B58 B60,Cherbourg,0 +"Baxter, Mrs. James (Helene DeLaudeniere Chaput)",female,50,0,1,PC 17558,1,247.5208,B58 B60,Cherbourg,1 +"Bazzani, Miss. Albina",female,32,0,0,11813,1,76.2917,D15,Cherbourg,1 +"Beane, Mr. Edward",male,32,1,0,2908,2,26,?,Southampton,1 +"Beane, Mrs. Edward (Ethel Clarke)",female,19,1,0,2908,2,26,?,Southampton,1 +"Beattie, Mr. Thomson",male,36,0,0,13050,1,75.2417,C6,Cherbourg,0 +"Beauchamp, Mr. Henry James",male,28,0,0,244358,2,26,?,Southampton,0 +"Beavan, Mr. William Thomas",male,19,0,0,323951,3,8.05,?,Southampton,0 +"Becker, Master. Richard F",male,1,2,1,230136,2,39,F4,Southampton,1 +"Becker, Miss. Marion Louise",female,4,2,1,230136,2,39,F4,Southampton,1 +"Becker, Miss. Ruth Elizabeth",female,12,2,1,230136,2,39,F4,Southampton,1 +"Becker, Mrs. Allen Oliver (Nellie E Baumgardner)",female,36,0,3,230136,2,39,F4,Southampton,1 +"Beckwith, Mr. Richard Leonard",male,37,1,1,11751,1,52.5542,D35,Southampton,1 +"Beckwith, Mrs. Richard Leonard (Sallie Monypeny)",female,47,1,1,11751,1,52.5542,D35,Southampton,1 +"Beesley, Mr. Lawrence",male,34,0,0,248698,2,13,D56,Southampton,1 +"Behr, Mr. Karl Howell",male,26,0,0,111369,1,30,C148,Cherbourg,1 +"Bengtsson, Mr. John Viktor",male,26,0,0,347068,3,7.775,?,Southampton,0 +"Bentham, Miss. Lilian W",female,19,0,0,28404,2,13,?,Southampton,1 +"Berglund, Mr. Karl Ivar Sven",male,22,0,0,PP 4348,3,9.35,?,Southampton,0 +"Berriman, Mr. William John",male,23,0,0,28425,2,13,?,Southampton,0 +"Betros, Master. Seman",male,?,0,0,2622,3,7.2292,?,Cherbourg,0 +"Betros, Mr. Tannous",male,20,0,0,2648,3,4.0125,?,Cherbourg,0 +"Bidois, Miss. Rosalie",female,42,0,0,PC 17757,1,227.525,?,Cherbourg,1 +"Bing, Mr. Lee",male,32,0,0,1601,3,56.4958,?,Southampton,1 +"Bird, Miss. Ellen",female,29,0,0,PC 17483,1,221.7792,C97,Southampton,1 +"Birkeland, Mr. Hans Martin Monsen",male,21,0,0,312992,3,7.775,?,Southampton,0 +"Birnbaum, Mr. Jakob",male,25,0,0,13905,1,26,?,Cherbourg,0 +"Bishop, Mr. Dickinson H",male,25,1,0,11967,1,91.0792,B49,Cherbourg,1 +"Bishop, Mrs. Dickinson H (Helen Walton)",female,19,1,0,11967,1,91.0792,B49,Cherbourg,1 +"Bissette, Miss. Amelia",female,35,0,0,PC 17760,1,135.6333,C99,Southampton,1 +"Bjorklund, Mr. Ernst Herbert",male,18,0,0,347090,3,7.75,?,Southampton,0 +"Bjornstrom-Steffansson, Mr. Mauritz Hakan",male,28,0,0,110564,1,26.55,C52,Southampton,1 +"Blackwell, Mr. Stephen Weart",male,45,0,0,113784,1,35.5,T,Southampton,0 +"Blank, Mr. Henry",male,40,0,0,112277,1,31,A31,Cherbourg,1 +"Bonnell, Miss. Caroline",female,30,0,0,36928,1,164.8667,C7,Southampton,1 +"Bonnell, Miss. Elizabeth",female,58,0,0,113783,1,26.55,C103,Southampton,1 +"Borebank, Mr. John James",male,42,0,0,110489,1,26.55,D22,Southampton,0 +"Bostandyeff, Mr. Guentcho",male,26,0,0,349224,3,7.8958,?,Southampton,0 +"Botsford, Mr. William Hull",male,26,0,0,237670,2,13,?,Southampton,0 +"Boulos, Master. Akar",male,6,1,1,2678,3,15.2458,?,Cherbourg,0 +"Boulos, Miss. Nourelain",female,9,1,1,2678,3,15.2458,?,Cherbourg,0 +"Boulos, Mr. Hanna",male,?,0,0,2664,3,7.225,?,Cherbourg,0 +"Boulos, Mrs. Joseph (Sultana)",female,?,0,2,2678,3,15.2458,?,Cherbourg,0 +"Bourke, Miss. Mary",female,?,0,2,364848,3,7.75,?,Queenstown,0 +"Bourke, Mr. John",male,40,1,1,364849,3,15.5,?,Queenstown,0 +"Bourke, Mrs. John (Catherine)",female,32,1,1,364849,3,15.5,?,Queenstown,0 +"Bowen, Miss. Grace Scott",female,45,0,0,PC 17608,1,262.375,?,Cherbourg,1 +"Bowen, Mr. David John 'Dai'",male,21,0,0,54636,3,16.1,?,Southampton,0 +"Bowenur, Mr. Solomon",male,42,0,0,211535,2,13,?,Southampton,0 +"Bowerman, Miss. Elsie Edith",female,22,0,1,113505,1,55,E33,Southampton,1 +"Bracken, Mr. James H",male,27,0,0,220367,2,13,?,Southampton,0 +"Bradley, Miss. Bridget Delia",female,22,0,0,334914,3,7.725,?,Queenstown,1 +"Bradley, Mr. George ('George Arthur Brayton')",male,?,0,0,111427,1,26.55,?,Southampton,1 +"Brady, Mr. John Bertram",male,41,0,0,113054,1,30.5,A21,Southampton,0 +"Braf, Miss. Elin Ester Maria",female,20,0,0,347471,3,7.8542,?,Southampton,0 +"Brandeis, Mr. Emil",male,48,0,0,PC 17591,1,50.4958,B10,Cherbourg,0 +"Braund, Mr. Lewis Richard",male,29,1,0,3460,3,7.0458,?,Southampton,0 +"Braund, Mr. Owen Harris",male,22,1,0,A/5 21171,3,7.25,?,Southampton,0 +"Brewe, Dr. Arthur Jackson",male,?,0,0,112379,1,39.6,?,Cherbourg,0 +"Brobeck, Mr. Karl Rudolf",male,22,0,0,350045,3,7.7958,?,Southampton,0 +"Brocklebank, Mr. William Alfred",male,35,0,0,364512,3,8.05,?,Southampton,0 +"Brown, Miss. Amelia 'Mildred'",female,24,0,0,248733,2,13,F33,Southampton,1 +"Brown, Miss. Edith Eileen",female,15,0,2,29750,2,39,?,Southampton,1 +"Brown, Mr. Thomas William Solomon",male,60,1,1,29750,2,39,?,Southampton,0 +"Brown, Mrs. James Joseph (Margaret Tobin)",female,44,0,0,PC 17610,1,27.7208,B4,Cherbourg,1 +"Brown, Mrs. John Murray (Caroline Lane Lamson)",female,59,2,0,11769,1,51.4792,C101,Southampton,1 +"Brown, Mrs. Thomas William Solomon (Elizabeth Catherine Ford)",female,40,1,1,29750,2,39,?,Southampton,1 +"Bryhl, Miss. Dagmar Jenny Ingeborg",female,20,1,0,236853,2,26,?,Southampton,1 +"Bryhl, Mr. Kurt Arnold Gottfrid",male,25,1,0,236853,2,26,?,Southampton,0 +"Buckley, Miss. Katherine",female,18.5,0,0,329944,3,7.2833,?,Queenstown,0 +"Buckley, Mr. Daniel",male,21,0,0,330920,3,7.8208,?,Queenstown,1 +"Bucknell, Mrs. William Robert (Emma Eliza Ward)",female,60,0,0,11813,1,76.2917,D15,Cherbourg,1 +"Burke, Mr. Jeremiah",male,19,0,0,365222,3,6.75,?,Queenstown,0 +"Burns, Miss. Elizabeth Margaret",female,41,0,0,16966,1,134.5,E40,Cherbourg,1 +"Burns, Miss. Mary Delia",female,18,0,0,330963,3,7.8792,?,Queenstown,0 +"Buss, Miss. Kate",female,36,0,0,27849,2,13,?,Southampton,1 +"Butler, Mr. Reginald Fenton",male,25,0,0,234686,2,13,?,Southampton,0 +"Butt, Major. Archibald Willingham",male,45,0,0,113050,1,26.55,B38,Southampton,0 +"Byles, Rev. Thomas Roussel Davids",male,42,0,0,244310,2,13,?,Southampton,0 +"Bystrom, Mrs. (Karolina)",female,42,0,0,236852,2,13,?,Southampton,1 +"Cacic, Miss. Manda",female,21,0,0,315087,3,8.6625,?,Southampton,0 +"Cacic, Miss. Marija",female,30,0,0,315084,3,8.6625,?,Southampton,0 +"Cacic, Mr. Jego Grga",male,18,0,0,315091,3,8.6625,?,Southampton,0 +"Cacic, Mr. Luka",male,38,0,0,315089,3,8.6625,?,Southampton,0 +"Cairns, Mr. Alexander",male,?,0,0,113798,1,31,?,Southampton,0 +"Calderhead, Mr. Edward Pennington",male,42,0,0,PC 17476,1,26.2875,E24,Southampton,1 +"Caldwell, Master. Alden Gates",male,0.8333,0,2,248738,2,29,?,Southampton,1 +"Caldwell, Mr. Albert Francis",male,26,1,1,248738,2,29,?,Southampton,1 +"Caldwell, Mrs. Albert Francis (Sylvia Mae Harbaugh)",female,22,1,1,248738,2,29,?,Southampton,1 +"Calic, Mr. Jovo",male,17,0,0,315093,3,8.6625,?,Southampton,0 +"Calic, Mr. Petar",male,17,0,0,315086,3,8.6625,?,Southampton,0 +"Cameron, Miss. Clear Annie",female,35,0,0,F.C.C. 13528,2,21,?,Southampton,1 +"Campbell, Mr. William",male,?,0,0,239853,2,0,?,Southampton,0 +"Canavan, Miss. Mary",female,21,0,0,364846,3,7.75,?,Queenstown,0 +"Canavan, Mr. Patrick",male,21,0,0,364858,3,7.75,?,Queenstown,0 +"Candee, Mrs. Edward (Helen Churchill Hungerford)",female,53,0,0,PC 17606,1,27.4458,?,Cherbourg,1 +"Cann, Mr. Ernest Charles",male,21,0,0,A./5. 2152,3,8.05,?,Southampton,0 +"Caram, Mr. Joseph",male,?,1,0,2689,3,14.4583,?,Cherbourg,0 +"Caram, Mrs. Joseph (Maria Elias)",female,?,1,0,2689,3,14.4583,?,Cherbourg,0 +"Carbines, Mr. William",male,19,0,0,28424,2,13,?,Southampton,0 +"Cardeza, Mr. Thomas Drake Martinez",male,36,0,1,PC 17755,1,512.3292,B51 B53 B55,Cherbourg,1 +"Cardeza, Mrs. James Warburton Martinez (Charlotte Wardle Drake)",female,58,0,1,PC 17755,1,512.3292,B51 B53 B55,Cherbourg,1 +"Carlsson, Mr. August Sigfrid",male,28,0,0,350042,3,7.7958,?,Southampton,0 +"Carlsson, Mr. Carl Robert",male,24,0,0,350409,3,7.8542,?,Southampton,0 +"Carlsson, Mr. Frans Olof",male,33,0,0,695,1,5,B51 B53 B55,Southampton,0 +"Carr, Miss. Helen 'Ellen'",female,16,0,0,367231,3,7.75,?,Queenstown,1 +"Carr, Miss. Jeannie",female,37,0,0,368364,3,7.75,?,Queenstown,0 +"Carrau, Mr. Francisco M",male,28,0,0,113059,1,47.1,?,Southampton,0 +"Carrau, Mr. Jose Pedro",male,17,0,0,113059,1,47.1,?,Southampton,0 +"Carter, Master. William Thornton II",male,11,1,2,113760,1,120,B96 B98,Southampton,1 +"Carter, Miss. Lucile Polk",female,14,1,2,113760,1,120,B96 B98,Southampton,1 +"Carter, Mr. William Ernest",male,36,1,2,113760,1,120,B96 B98,Southampton,1 +"Carter, Mrs. Ernest Courtenay (Lilian Hughes)",female,44,1,0,244252,2,26,?,Southampton,0 +"Carter, Mrs. William Ernest (Lucile Polk)",female,36,1,2,113760,1,120,B96 B98,Southampton,1 +"Carter, Rev. Ernest Courtenay",male,54,1,0,244252,2,26,?,Southampton,0 +"Carver, Mr. Alfred John",male,28,0,0,392095,3,7.25,?,Southampton,0 +"Case, Mr. Howard Brown",male,49,0,0,19924,1,26,?,Southampton,0 +"Cassebeer, Mrs. Henry Arthur Jr (Eleanor Genevieve Fosdick)",female,?,0,0,17770,1,27.7208,?,Cherbourg,1 +"Cavendish, Mr. Tyrell William",male,36,1,0,19877,1,78.85,C46,Southampton,0 +"Cavendish, Mrs. Tyrell William (Julia Florence Siegel)",female,76,1,0,19877,1,78.85,C46,Southampton,1 +"Celotti, Mr. Francesco",male,24,0,0,343275,3,8.05,?,Southampton,0 +"Chaffee, Mr. Herbert Fuller",male,46,1,0,W.E.P. 5734,1,61.175,E31,Southampton,0 +"Chaffee, Mrs. Herbert Fuller (Carrie Constance Toogood)",female,47,1,0,W.E.P. 5734,1,61.175,E31,Southampton,1 +"Chambers, Mr. Norman Campbell",male,27,1,0,113806,1,53.1,E8,Southampton,1 +"Chambers, Mrs. Norman Campbell (Bertha Griggs)",female,33,1,0,113806,1,53.1,E8,Southampton,1 +"Chapman, Mr. Charles Henry",male,52,0,0,248731,2,13.5,?,Southampton,0 +"Chapman, Mr. John Henry",male,37,1,0,SC/AH 29037,2,26,?,Southampton,0 +"Chapman, Mrs. John Henry (Sara Elizabeth Lawry)",female,29,1,0,SC/AH 29037,2,26,?,Southampton,0 +"Charters, Mr. David",male,21,0,0,A/5. 13032,3,7.7333,?,Queenstown,0 +"Chaudanson, Miss. Victorine",female,36,0,0,PC 17608,1,262.375,B61,Cherbourg,1 +"Cherry, Miss. Gladys",female,30,0,0,110152,1,86.5,B77,Southampton,1 +"Chevre, Mr. Paul Romaine",male,45,0,0,PC 17594,1,29.7,A9,Cherbourg,1 +"Chibnall, Mrs. (Edith Martha Bowerman)",female,?,0,1,113505,1,55,E33,Southampton,1 +"Chip, Mr. Chang",male,32,0,0,1601,3,56.4958,?,Southampton,1 +"Chisholm, Mr. Roderick Robert Crispin",male,?,0,0,112051,1,0,?,Southampton,0 +"Christmann, Mr. Emil",male,29,0,0,343276,3,8.05,?,Southampton,0 +"Christy, Miss. Julie Rachel",female,25,1,1,237789,2,30,?,Southampton,1 +"Christy, Mrs. (Alice Frances)",female,45,0,2,237789,2,30,?,Southampton,1 +"Chronopoulos, Mr. Apostolos",male,26,1,0,2680,3,14.4542,?,Cherbourg,0 +"Chronopoulos, Mr. Demetrios",male,18,1,0,2680,3,14.4542,?,Cherbourg,0 +"Clark, Mr. Walter Miller",male,27,1,0,13508,1,136.7792,C89,Cherbourg,0 +"Clark, Mrs. Walter Miller (Virginia McDowell)",female,26,1,0,13508,1,136.7792,C89,Cherbourg,1 +"Clarke, Mr. Charles Valentine",male,29,1,0,2003,2,26,?,Southampton,0 +"Clarke, Mrs. Charles V (Ada Maria Winfield)",female,28,1,0,2003,2,26,?,Southampton,1 +"Cleaver, Miss. Alice",female,22,0,0,113781,1,151.55,?,Southampton,1 +"Clifford, Mr. George Quincy",male,?,0,0,110465,1,52,A14,Southampton,0 +"Coelho, Mr. Domingos Fernandeo",male,20,0,0,SOTON/O.Q. 3101307,3,7.05,?,Southampton,0 +"Cohen, Mr. Gurshon 'Gus'",male,18,0,0,A/5 3540,3,8.05,?,Southampton,1 +"Colbert, Mr. Patrick",male,24,0,0,371109,3,7.25,?,Queenstown,0 +"Coleff, Mr. Peju",male,36,0,0,349210,3,7.4958,?,Southampton,0 +"Coleff, Mr. Satio",male,24,0,0,349209,3,7.4958,?,Southampton,0 +"Coleridge, Mr. Reginald Charles",male,29,0,0,W./C. 14263,2,10.5,?,Southampton,0 +"Collander, Mr. Erik Gustaf",male,28,0,0,248740,2,13,?,Southampton,0 +"Collett, Mr. Sidney C Stuart",male,24,0,0,28034,2,10.5,?,Southampton,1 +"Colley, Mr. Edward Pomeroy",male,47,0,0,5727,1,25.5875,E58,Southampton,0 +"Collyer, Miss. Marjorie 'Lottie'",female,8,0,2,C.A. 31921,2,26.25,?,Southampton,1 +"Collyer, Mr. Harvey",male,31,1,1,C.A. 31921,2,26.25,?,Southampton,0 +"Collyer, Mrs. Harvey (Charlotte Annie Tate)",female,31,1,1,C.A. 31921,2,26.25,?,Southampton,1 +"Compton, Miss. Sara Rebecca",female,39,1,1,PC 17756,1,83.1583,E49,Cherbourg,1 +"Compton, Mr. Alexander Taylor Jr",male,37,1,1,PC 17756,1,83.1583,E52,Cherbourg,0 +"Compton, Mrs. Alexander Taylor (Mary Eliza Ingersoll)",female,64,0,2,PC 17756,1,83.1583,E45,Cherbourg,1 +"Conlon, Mr. Thomas Henry",male,31,0,0,21332,3,7.7333,?,Queenstown,0 +"Connaghton, Mr. Michael",male,31,0,0,335097,3,7.75,?,Queenstown,0 +"Connolly, Miss. Kate",female,22,0,0,370373,3,7.75,?,Queenstown,1 +"Connolly, Miss. Kate",female,30,0,0,330972,3,7.6292,?,Queenstown,0 +"Connors, Mr. Patrick",male,70.5,0,0,370369,3,7.75,?,Queenstown,0 +"Cook, Mr. Jacob",male,43,0,0,A/5 3536,3,8.05,?,Southampton,0 +"Cook, Mrs. (Selena Rogers)",female,22,0,0,W./C. 14266,2,10.5,F33,Southampton,1 +"Cor, Mr. Bartol",male,35,0,0,349230,3,7.8958,?,Southampton,0 +"Cor, Mr. Ivan",male,27,0,0,349229,3,7.8958,?,Southampton,0 +"Cor, Mr. Liudevit",male,19,0,0,349231,3,7.8958,?,Southampton,0 +"Corbett, Mrs. Walter H (Irene Colvin)",female,30,0,0,237249,2,13,?,Southampton,0 +"Corey, Mrs. Percy C (Mary Phyllis Elizabeth Miller)",female,?,0,0,F.C.C. 13534,2,21,?,Southampton,0 +"Corn, Mr. Harry",male,30,0,0,SOTON/OQ 392090,3,8.05,?,Southampton,0 +"Cornell, Mrs. Robert Clifford (Malvina Helen Lamson)",female,55,2,0,11770,1,25.7,C101,Southampton,1 +"Cotterill, Mr. Henry 'Harry'",male,21,0,0,29107,2,11.5,?,Southampton,0 +"Coutts, Master. Eden Leslie 'Neville'",male,9,1,1,C.A. 37671,3,15.9,?,Southampton,1 +"Coutts, Master. William Loch 'William'",male,3,1,1,C.A. 37671,3,15.9,?,Southampton,1 +"Coutts, Mrs. William (Winnie 'Minnie' Treanor)",female,36,0,2,C.A. 37671,3,15.9,?,Southampton,1 +"Coxon, Mr. Daniel",male,59,0,0,364500,3,7.25,?,Southampton,0 +"Crafton, Mr. John Bertram",male,?,0,0,113791,1,26.55,?,Southampton,0 +"Crease, Mr. Ernest James",male,19,0,0,S.P. 3464,3,8.1583,?,Southampton,0 +"Cribb, Miss. Laura Alice",female,17,0,1,371362,3,16.1,?,Southampton,1 +"Cribb, Mr. John Hatfield",male,44,0,1,371362,3,16.1,?,Southampton,0 +"Crosby, Capt. Edward Gifford",male,70,1,1,WE/P 5735,1,71,B22,Southampton,0 +"Crosby, Miss. Harriet R",female,36,0,2,WE/P 5735,1,71,B22,Southampton,1 +"Crosby, Mrs. Edward Gifford (Catherine Elizabeth Halstead)",female,64,1,1,112901,1,26.55,B26,Southampton,1 +"Culumovic, Mr. Jeso",male,17,0,0,315090,3,8.6625,?,Southampton,0 +"Cumings, Mr. John Bradley",male,39,1,0,PC 17599,1,71.2833,C85,Cherbourg,0 +"Cumings, Mrs. John Bradley (Florence Briggs Thayer)",female,38,1,0,PC 17599,1,71.2833,C85,Cherbourg,1 +"Cunningham, Mr. Alfred Fleming",male,?,0,0,239853,2,0,?,Southampton,0 +"Daher, Mr. Shedid",male,22.5,0,0,2698,3,7.225,?,Cherbourg,0 +"Dahl, Mr. Karl Edwart",male,45,0,0,7598,3,8.05,?,Southampton,1 +"Dahlberg, Miss. Gerda Ulrika",female,22,0,0,7552,3,10.5167,?,Southampton,0 +"Dakic, Mr. Branko",male,19,0,0,349228,3,10.1708,?,Southampton,0 +"Daly, Miss. Margaret Marcella 'Maggie'",female,30,0,0,382650,3,6.95,?,Queenstown,1 +"Daly, Mr. Eugene Patrick",male,29,0,0,382651,3,7.75,?,Queenstown,1 +"Daly, Mr. Peter Denis",male,51,0,0,113055,1,26.55,E17,Southampton,1 +"Danbom, Master. Gilbert Sigvard Emanuel",male,0.3333,0,2,347080,3,14.4,?,Southampton,0 +"Danbom, Mr. Ernst Gilbert",male,34,1,1,347080,3,14.4,?,Southampton,0 +"Danbom, Mrs. Ernst Gilbert (Anna Sigrid Maria Brogren)",female,28,1,1,347080,3,14.4,?,Southampton,0 +"Daniel, Mr. Robert Williams",male,27,0,0,113804,1,30.5,?,Southampton,1 +"Daniels, Miss. Sarah",female,33,0,0,113781,1,151.55,?,Southampton,1 +"Danoff, Mr. Yoto",male,27,0,0,349219,3,7.8958,?,Southampton,0 +"Dantcheff, Mr. Ristiu",male,25,0,0,349203,3,7.8958,?,Southampton,0 +"Davidson, Mr. Thornton",male,31,1,0,F.C. 12750,1,52,B71,Southampton,0 +"Davidson, Mrs. Thornton (Orian Hays)",female,27,1,2,F.C. 12750,1,52,B71,Southampton,1 +"Davies, Master. John Morgan Jr",male,8,1,1,C.A. 33112,2,36.75,?,Southampton,1 +"Davies, Mr. Alfred J",male,24,2,0,A/4 48871,3,24.15,?,Southampton,0 +"Davies, Mr. Charles Henry",male,18,0,0,S.O.C. 14879,2,73.5,?,Southampton,0 +"Davies, Mr. Evan",male,22,0,0,SC/A4 23568,3,8.05,?,Southampton,0 +"Davies, Mr. John Samuel",male,21,2,0,A/4 48871,3,24.15,?,Southampton,0 +"Davies, Mr. Joseph",male,17,2,0,A/4 48873,3,8.05,?,Southampton,0 +"Davies, Mrs. John Morgan (Elizabeth Agnes Mary White)",female,48,0,2,C.A. 33112,2,36.75,?,Southampton,1 +"Davis, Miss. Mary",female,28,0,0,237668,2,13,?,Southampton,1 +"Davison, Mr. Thomas Henry",male,?,1,0,386525,3,16.1,?,Southampton,0 +"Davison, Mrs. Thomas Henry (Mary E Finck)",female,?,1,0,386525,3,16.1,?,Southampton,1 +"de Brito, Mr. Jose Joaquim",male,32,0,0,244360,2,13,?,Southampton,0 +"de Messemaeker, Mr. Guillaume Joseph",male,36.5,1,0,345572,3,17.4,?,Southampton,1 +"de Messemaeker, Mrs. Guillaume Joseph (Emma)",female,36,1,0,345572,3,17.4,?,Southampton,1 +"de Mulder, Mr. Theodore",male,30,0,0,345774,3,9.5,?,Southampton,1 +"de Pelsmaeker, Mr. Alfons",male,16,0,0,345778,3,9.5,?,Southampton,0 +"Deacon, Mr. Percy William",male,17,0,0,S.O.C. 14879,2,73.5,?,Southampton,0 +"Dean, Master. Bertram Vere",male,1,1,2,C.A. 2315,3,20.575,?,Southampton,1 +"Dean, Miss. Elizabeth Gladys 'Millvina'",female,0.1667,1,2,C.A. 2315,3,20.575,?,Southampton,1 +"Dean, Mr. Bertram Frank",male,26,1,2,C.A. 2315,3,20.575,?,Southampton,0 +"Dean, Mrs. Bertram (Eva Georgetta Light)",female,33,1,2,C.A. 2315,3,20.575,?,Southampton,1 +"del Carlo, Mr. Sebastiano",male,29,1,0,SC/PARIS 2167,2,27.7208,?,Cherbourg,0 +"del Carlo, Mrs. Sebastiano (Argenia Genovesi)",female,24,1,0,SC/PARIS 2167,2,27.7208,?,Cherbourg,1 +"Delalic, Mr. Redjo",male,25,0,0,349250,3,7.8958,?,Southampton,0 +"Demetri, Mr. Marinko",male,?,0,0,349238,3,7.8958,?,Southampton,0 +"Denbury, Mr. Herbert",male,25,0,0,C.A. 31029,2,31.5,?,Southampton,0 +"Denkoff, Mr. Mitto",male,?,0,0,349225,3,7.8958,?,Southampton,0 +"Dennis, Mr. Samuel",male,22,0,0,A/5 21172,3,7.25,?,Southampton,0 +"Dennis, Mr. William",male,36,0,0,A/5 21175,3,7.25,?,Southampton,0 +"Devaney, Miss. Margaret Delia",female,19,0,0,330958,3,7.8792,?,Queenstown,1 +"Dibden, Mr. William",male,18,0,0,S.O.C. 14879,2,73.5,?,Southampton,0 +"Dick, Mr. Albert Adrian",male,31,1,0,17474,1,57,B20,Southampton,1 +"Dick, Mrs. Albert Adrian (Vera Gillespie)",female,17,1,0,17474,1,57,B20,Southampton,1 +"Dika, Mr. Mirko",male,17,0,0,349232,3,7.8958,?,Southampton,0 +"Dimic, Mr. Jovan",male,42,0,0,315088,3,8.6625,?,Southampton,0 +"Dintcheff, Mr. Valtcho",male,43,0,0,349226,3,7.8958,?,Southampton,0 +"Dodge, Dr. Washington",male,53,1,1,33638,1,81.8583,A34,Southampton,1 +"Dodge, Master. Washington",male,4,0,2,33638,1,81.8583,A34,Southampton,1 +"Dodge, Mrs. Washington (Ruth Vidaver)",female,54,1,1,33638,1,81.8583,A34,Southampton,1 +"Doharr, Mr. Tannous",male,?,0,0,2686,3,7.2292,?,Cherbourg,0 +"Doling, Miss. Elsie",female,18,0,1,231919,2,23,?,Southampton,1 +"Doling, Mrs. John T (Ada Julia Bone)",female,34,0,1,231919,2,23,?,Southampton,1 +"Dooley, Mr. Patrick",male,32,0,0,370376,3,7.75,?,Queenstown,0 +"Dorking, Mr. Edward Arthur",male,19,0,0,A/5. 10482,3,8.05,?,Southampton,1 +"Douglas, Mr. Walter Donald",male,50,1,0,PC 17761,1,106.425,C86,Cherbourg,0 +"Douglas, Mrs. Frederick Charles (Mary Helene Baxter)",female,27,1,1,PC 17558,1,247.5208,B58 B60,Cherbourg,1 +"Douglas, Mrs. Walter Donald (Mahala Dutton)",female,48,1,0,PC 17761,1,106.425,C86,Cherbourg,1 +"Dowdell, Miss. Elizabeth",female,30,0,0,364516,3,12.475,?,Southampton,1 +"Downton, Mr. William James",male,54,0,0,28403,2,26,?,Southampton,0 +"Doyle, Miss. Elizabeth",female,24,0,0,368702,3,7.75,?,Queenstown,0 +"Drapkin, Miss. Jennie",female,23,0,0,SOTON/OQ 392083,3,8.05,?,Southampton,1 +"Drazenoic, Mr. Jozef",male,33,0,0,349241,3,7.8958,?,Cherbourg,0 +"Drew, Master. Marshall Brines",male,8,0,2,28220,2,32.5,?,Southampton,1 +"Drew, Mr. James Vivian",male,42,1,1,28220,2,32.5,?,Southampton,0 +"Drew, Mrs. James Vivian (Lulu Thorne Christian)",female,34,1,1,28220,2,32.5,?,Southampton,1 +"Duane, Mr. Frank",male,65,0,0,336439,3,7.75,?,Queenstown,0 +"Duff Gordon, Lady. (Lucille Christiana Sutherland) ('Mrs Morgan')",female,48,1,0,11755,1,39.6,A16,Cherbourg,1 +"Duff Gordon, Sir. Cosmo Edmund ('Mr Morgan')",male,49,1,0,PC 17485,1,56.9292,A20,Cherbourg,1 +"Dulles, Mr. William Crothers",male,39,0,0,PC 17580,1,29.7,A18,Cherbourg,0 +"Duquemin, Mr. Joseph",male,24,0,0,S.O./P.P. 752,3,7.55,?,Southampton,1 +"Duran y More, Miss. Asuncion",female,27,1,0,SC/PARIS 2149,2,13.8583,?,Cherbourg,1 +"Duran y More, Miss. Florentina",female,30,1,0,SC/PARIS 2148,2,13.8583,?,Cherbourg,1 +"Dyker, Mr. Adolf Fredrik",male,23,1,0,347072,3,13.9,?,Southampton,0 +"Dyker, Mrs. Adolf Fredrik (Anna Elisabeth Judith Andersson)",female,22,1,0,347072,3,13.9,?,Southampton,1 +"Earnshaw, Mrs. Boulton (Olive Potter)",female,23,0,1,11767,1,83.1583,C54,Cherbourg,1 +"Edvardsson, Mr. Gustaf Hjalmar",male,18,0,0,349912,3,7.775,?,Southampton,0 +"Eitemiller, Mr. George Floyd",male,23,0,0,29751,2,13,?,Southampton,0 +"Eklund, Mr. Hans Linus",male,16,0,0,347074,3,7.775,?,Southampton,0 +"Ekstrom, Mr. Johan",male,45,0,0,347061,3,6.975,?,Southampton,0 +"Elias, Mr. Dibo",male,?,0,0,2674,3,7.225,?,Cherbourg,0 +"Elias, Mr. Joseph",male,39,0,2,2675,3,7.2292,?,Cherbourg,0 +"Elias, Mr. Joseph Jr",male,17,1,1,2690,3,7.2292,?,Cherbourg,0 +"Elias, Mr. Tannous",male,15,1,1,2695,3,7.2292,?,Cherbourg,0 +"Elsbury, Mr. William James",male,47,0,0,A/5 3902,3,7.25,?,Southampton,0 +"Emanuel, Miss. Virginia Ethel",female,5,0,0,364516,3,12.475,?,Southampton,1 +"Emir, Mr. Farred Chehab",male,?,0,0,2631,3,7.225,?,Cherbourg,0 +"Enander, Mr. Ingvar",male,21,0,0,236854,2,13,?,Southampton,0 +"Endres, Miss. Caroline Louise",female,38,0,0,PC 17757,1,227.525,C45,Cherbourg,1 +"Eustis, Miss. Elizabeth Mussey",female,54,1,0,36947,1,78.2667,D20,Cherbourg,1 +"Evans, Miss. Edith Corse",female,36,0,0,PC 17531,1,31.6792,A29,Cherbourg,0 +"Everett, Mr. Thomas James",male,40.5,0,0,C.A. 6212,3,15.1,?,Southampton,0 +"Fahlstrom, Mr. Arne Jonas",male,18,0,0,236171,2,13,?,Southampton,0 +"Farrell, Mr. James",male,40.5,0,0,367232,3,7.75,?,Queenstown,0 +"Farthing, Mr. John",male,?,0,0,PC 17483,1,221.7792,C95,Southampton,0 +"Faunthorpe, Mr. Harry",male,40,1,0,2926,2,26,?,Southampton,0 +"Faunthorpe, Mrs. Lizzie (Elizabeth Anne Wilkinson)",female,29,1,0,2926,2,26,?,Southampton,1 +"Fillbrook, Mr. Joseph Charles",male,18,0,0,C.A. 15185,2,10.5,?,Southampton,0 +"Finoli, Mr. Luigi",male,?,0,0,SOTON/O.Q. 3101308,3,7.05,?,Southampton,1 +"Fischer, Mr. Eberhard Thelander",male,18,0,0,350036,3,7.7958,?,Southampton,0 +"Flegenheim, Mrs. Alfred (Antoinette)",female,?,0,0,PC 17598,1,31.6833,?,Southampton,1 +"Fleming, Miss. Honora",female,?,0,0,364859,3,7.75,?,Queenstown,0 +"Fleming, Miss. Margaret",female,?,0,0,17421,1,110.8833,?,Cherbourg,1 +"Flynn, Mr. James",male,?,0,0,364851,3,7.75,?,Queenstown,0 +"Flynn, Mr. John",male,?,0,0,368323,3,6.95,?,Queenstown,0 +"Flynn, Mr. John Irwin ('Irving')",male,36,0,0,PC 17474,1,26.3875,E25,Southampton,1 +"Foley, Mr. Joseph",male,26,0,0,330910,3,7.8792,?,Queenstown,0 +"Foley, Mr. William",male,?,0,0,365235,3,7.75,?,Queenstown,0 +"Foo, Mr. Choong",male,?,0,0,1601,3,56.4958,?,Southampton,1 +"Ford, Miss. Doolina Margaret 'Daisy'",female,21,2,2,W./C. 6608,3,34.375,?,Southampton,0 +"Ford, Miss. Robina Maggie 'Ruby'",female,9,2,2,W./C. 6608,3,34.375,?,Southampton,0 +"Ford, Mr. Arthur",male,?,0,0,A/5 1478,3,8.05,?,Southampton,0 +"Ford, Mr. Edward Watson",male,18,2,2,W./C. 6608,3,34.375,?,Southampton,0 +"Ford, Mr. William Neal",male,16,1,3,W./C. 6608,3,34.375,?,Southampton,0 +"Ford, Mrs. Edward (Margaret Ann Watson)",female,48,1,3,W./C. 6608,3,34.375,?,Southampton,0 +"Foreman, Mr. Benjamin Laventall",male,30,0,0,113051,1,27.75,C111,Cherbourg,0 +"Fortune, Miss. Alice Elizabeth",female,24,3,2,19950,1,263,C23 C25 C27,Southampton,1 +"Fortune, Miss. Ethel Flora",female,28,3,2,19950,1,263,C23 C25 C27,Southampton,1 +"Fortune, Miss. Mabel Helen",female,23,3,2,19950,1,263,C23 C25 C27,Southampton,1 +"Fortune, Mr. Charles Alexander",male,19,3,2,19950,1,263,C23 C25 C27,Southampton,0 +"Fortune, Mr. Mark",male,64,1,4,19950,1,263,C23 C25 C27,Southampton,0 +"Fortune, Mrs. Mark (Mary McDougald)",female,60,1,4,19950,1,263,C23 C25 C27,Southampton,1 +"Fox, Mr. Patrick",male,?,0,0,368573,3,7.75,?,Queenstown,0 +"Fox, Mr. Stanley Hubert",male,36,0,0,229236,2,13,?,Southampton,0 +"Francatelli, Miss. Laura Mabel",female,30,0,0,PC 17485,1,56.9292,E36,Cherbourg,1 +"Franklin, Mr. Charles (Charles Fardon)",male,?,0,0,SOTON/O.Q. 3101314,3,7.25,?,Southampton,0 +"Franklin, Mr. Thomas Parham",male,?,0,0,113778,1,26.55,D34,Southampton,0 +"Frauenthal, Dr. Henry William",male,50,2,0,PC 17611,1,133.65,?,Southampton,1 +"Frauenthal, Mr. Isaac Gerald",male,43,1,0,17765,1,27.7208,D40,Cherbourg,1 +"Frauenthal, Mrs. Henry William (Clara Heinsheimer)",female,?,1,0,PC 17611,1,133.65,?,Southampton,1 +"Frolicher, Miss. Hedwig Margaritha",female,22,0,2,13568,1,49.5,B39,Cherbourg,1 +"Frolicher-Stehli, Mr. Maxmillian",male,60,1,1,13567,1,79.2,B41,Cherbourg,1 +"Frolicher-Stehli, Mrs. Maxmillian (Margaretha Emerentia Stehli)",female,48,1,1,13567,1,79.2,B41,Cherbourg,1 +"Frost, Mr. Anthony Wood 'Archie'",male,?,0,0,239854,2,0,?,Southampton,0 +"Fry, Mr. Richard",male,?,0,0,112058,1,0,B102,Southampton,0 +"Funk, Miss. Annie Clemmer",female,38,0,0,237671,2,13,?,Southampton,0 +"Futrelle, Mr. Jacques Heath",male,37,1,0,113803,1,53.1,C123,Southampton,0 +"Futrelle, Mrs. Jacques Heath (Lily May Peel)",female,35,1,0,113803,1,53.1,C123,Southampton,1 +"Fynney, Mr. Joseph J",male,35,0,0,239865,2,26,?,Southampton,0 +"Gale, Mr. Harry",male,38,1,0,28664,2,21,?,Southampton,0 +"Gale, Mr. Shadrach",male,34,1,0,28664,2,21,?,Southampton,0 +"Gallagher, Mr. Martin",male,25,0,0,36864,3,7.7417,?,Queenstown,0 +"Garfirth, Mr. John",male,?,0,0,358585,3,14.5,?,Southampton,0 +"Garside, Miss. Ethel",female,34,0,0,243880,2,13,?,Southampton,1 +"Gaskell, Mr. Alfred",male,16,0,0,239865,2,26,?,Southampton,0 +"Gavey, Mr. Lawrence",male,26,0,0,31028,2,10.5,?,Southampton,0 +"Gee, Mr. Arthur H",male,47,0,0,111320,1,38.5,E63,Southampton,0 +"Geiger, Miss. Amalie",female,35,0,0,113503,1,211.5,C130,Cherbourg,1 +"Gheorgheff, Mr. Stanio",male,?,0,0,349254,3,7.8958,?,Cherbourg,0 +"Gibson, Miss. Dorothy Winifred",female,22,0,1,112378,1,59.4,?,Cherbourg,1 +"Gibson, Mrs. Leonard (Pauline C Boeson)",female,45,0,1,112378,1,59.4,?,Cherbourg,1 +"Giglio, Mr. Victor",male,24,0,0,PC 17593,1,79.2,B86,Cherbourg,0 +"Gilbert, Mr. William",male,47,0,0,C.A. 30769,2,10.5,?,Southampton,0 +"Giles, Mr. Edgar",male,21,1,0,28133,2,11.5,?,Southampton,0 +"Giles, Mr. Frederick Edward",male,21,1,0,28134,2,11.5,?,Southampton,0 +"Giles, Mr. Ralph",male,24,0,0,248726,2,13.5,?,Southampton,0 +"Gilinski, Mr. Eliezer",male,22,0,0,14973,3,8.05,?,Southampton,0 +"Gill, Mr. John William",male,24,0,0,233866,2,13,?,Southampton,0 +"Gillespie, Mr. William Henry",male,34,0,0,12233,2,13,?,Southampton,0 +"Gilnagh, Miss. Katherine 'Katie'",female,16,0,0,35851,3,7.7333,?,Queenstown,1 +"Givard, Mr. Hans Kristensen",male,30,0,0,250646,2,13,?,Southampton,0 +"Glynn, Miss. Mary Agatha",female,?,0,0,335677,3,7.75,?,Queenstown,1 +"Goldenberg, Mr. Samuel L",male,49,1,0,17453,1,89.1042,C92,Cherbourg,1 +"Goldenberg, Mrs. Samuel L (Edwiga Grabowska)",female,?,1,0,17453,1,89.1042,C92,Cherbourg,1 +"Goldschmidt, Mr. George B",male,71,0,0,PC 17754,1,34.6542,A5,Cherbourg,0 +"Goldsmith, Master. Frank John William 'Frankie'",male,9,0,2,363291,3,20.525,?,Southampton,1 +"Goldsmith, Mr. Frank John",male,33,1,1,363291,3,20.525,?,Southampton,0 +"Goldsmith, Mr. Nathan",male,41,0,0,SOTON/O.Q. 3101263,3,7.85,?,Southampton,0 +"Goldsmith, Mrs. Frank John (Emily Alice Brown)",female,31,1,1,363291,3,20.525,?,Southampton,1 +"Goncalves, Mr. Manuel Estanslas",male,38,0,0,SOTON/O.Q. 3101306,3,7.05,?,Southampton,0 +"Goodwin, Master. Harold Victor",male,9,5,2,CA 2144,3,46.9,?,Southampton,0 +"Goodwin, Master. Sidney Leonard",male,1,5,2,CA 2144,3,46.9,?,Southampton,0 +"Goodwin, Master. William Frederick",male,11,5,2,CA 2144,3,46.9,?,Southampton,0 +"Goodwin, Miss. Jessie Allis",female,10,5,2,CA 2144,3,46.9,?,Southampton,0 +"Goodwin, Miss. Lillian Amy",female,16,5,2,CA 2144,3,46.9,?,Southampton,0 +"Goodwin, Mr. Charles Edward",male,14,5,2,CA 2144,3,46.9,?,Southampton,0 +"Goodwin, Mr. Charles Frederick",male,40,1,6,CA 2144,3,46.9,?,Southampton,0 +"Goodwin, Mrs. Frederick (Augusta Tyler)",female,43,1,6,CA 2144,3,46.9,?,Southampton,0 +"Gracie, Col. Archibald IV",male,53,0,0,113780,1,28.5,C51,Cherbourg,1 +"Graham, Miss. Margaret Edith",female,19,0,0,112053,1,30,B42,Southampton,1 +"Graham, Mr. George Edward",male,38,0,1,PC 17582,1,153.4625,C91,Southampton,0 +"Graham, Mrs. William Thompson (Edith Junkins)",female,58,0,1,PC 17582,1,153.4625,C125,Southampton,1 +"Green, Mr. George Henry",male,51,0,0,21440,3,8.05,?,Southampton,0 +"Greenberg, Mr. Samuel",male,52,0,0,250647,2,13,?,Southampton,0 +"Greenfield, Mr. William Bertram",male,23,0,1,PC 17759,1,63.3583,D10 D12,Cherbourg,1 +"Greenfield, Mrs. Leo David (Blanche Strouse)",female,45,0,1,PC 17759,1,63.3583,D10 D12,Cherbourg,1 +"Gronnestad, Mr. Daniel Danielsen",male,32,0,0,8471,3,8.3625,?,Southampton,0 +"Guest, Mr. Robert",male,?,0,0,376563,3,8.05,?,Southampton,0 +"Guggenheim, Mr. Benjamin",male,46,0,0,PC 17593,1,79.2,B82 B84,Cherbourg,0 +"Gustafsson, Mr. Alfred Ossian",male,20,0,0,7534,3,9.8458,?,Southampton,0 +"Gustafsson, Mr. Anders Vilhelm",male,37,2,0,3101276,3,7.925,?,Southampton,0 +"Gustafsson, Mr. Johan Birger",male,28,2,0,3101277,3,7.925,?,Southampton,0 +"Gustafsson, Mr. Karl Gideon",male,19,0,0,347069,3,7.775,?,Southampton,0 +"Haas, Miss. Aloisia",female,24,0,0,349236,3,8.85,?,Southampton,0 +"Hagardon, Miss. Kate",female,17,0,0,AQ/3. 30631,3,7.7333,?,Queenstown,0 +"Hagland, Mr. Ingvald Olai Olsen",male,?,1,0,65303,3,19.9667,?,Southampton,0 +"Hagland, Mr. Konrad Mathias Reiersen",male,?,1,0,65304,3,19.9667,?,Southampton,0 +"Hakkarainen, Mr. Pekka Pietari",male,28,1,0,STON/O2. 3101279,3,15.85,?,Southampton,0 +"Hakkarainen, Mrs. Pekka Pietari (Elin Matilda Dolck)",female,24,1,0,STON/O2. 3101279,3,15.85,?,Southampton,1 +"Hale, Mr. Reginald",male,30,0,0,250653,2,13,?,Southampton,0 +"Hamalainen, Master. Viljo",male,0.6667,1,1,250649,2,14.5,?,Southampton,1 +"Hamalainen, Mrs. William (Anna)",female,24,0,2,250649,2,14.5,?,Southampton,1 +"Hampe, Mr. Leon",male,20,0,0,345769,3,9.5,?,Southampton,0 +"Hanna, Mr. Mansour",male,23.5,0,0,2693,3,7.2292,?,Cherbourg,0 +"Hansen, Mr. Claus Peter",male,41,2,0,350026,3,14.1083,?,Southampton,0 +"Hansen, Mr. Henrik Juul",male,26,1,0,350025,3,7.8542,?,Southampton,0 +"Hansen, Mr. Henry Damsgaard",male,21,0,0,350029,3,7.8542,?,Southampton,0 +"Hansen, Mrs. Claus Peter (Jennie L Howard)",female,45,1,0,350026,3,14.1083,?,Southampton,1 +"Harbeck, Mr. William H",male,44,0,0,248746,2,13,?,Southampton,0 +"Harder, Mr. George Achilles",male,25,1,0,11765,1,55.4417,E50,Cherbourg,1 +"Harder, Mrs. George Achilles (Dorothy Annan)",female,25,1,0,11765,1,55.4417,E50,Cherbourg,1 +"Harknett, Miss. Alice Phoebe",female,?,0,0,W./C. 6609,3,7.55,?,Southampton,0 +"Harmer, Mr. Abraham (David Lishin)",male,25,0,0,374887,3,7.25,?,Southampton,0 +"Harper, Miss. Annie Jessie 'Nina'",female,6,0,1,248727,2,33,?,Southampton,1 +"Harper, Mr. Henry Sleeper",male,48,1,0,PC 17572,1,76.7292,D33,Cherbourg,1 +"Harper, Mrs. Henry Sleeper (Myna Haxtun)",female,49,1,0,PC 17572,1,76.7292,D33,Cherbourg,1 +"Harper, Rev. John",male,28,0,1,248727,2,33,?,Southampton,0 +"Harrington, Mr. Charles H",male,?,0,0,113796,1,42.4,?,Southampton,0 +"Harris, Mr. George",male,62,0,0,S.W./PP 752,2,10.5,?,Southampton,1 +"Harris, Mr. Henry Birkhardt",male,45,1,0,36973,1,83.475,C83,Southampton,0 +"Harris, Mr. Walter",male,30,0,0,W/C 14208,2,10.5,?,Southampton,0 +"Harris, Mrs. Henry Birkhardt (Irene Wallach)",female,35,1,0,36973,1,83.475,C83,Southampton,1 +"Harrison, Mr. William",male,40,0,0,112059,1,0,B94,Southampton,0 +"Hart, Miss. Eva Miriam",female,7,0,2,F.C.C. 13529,2,26.25,?,Southampton,1 +"Hart, Mr. Benjamin",male,43,1,1,F.C.C. 13529,2,26.25,?,Southampton,0 +"Hart, Mr. Henry",male,?,0,0,394140,3,6.8583,?,Queenstown,0 +"Hart, Mrs. Benjamin (Esther Ada Bloomfield)",female,45,1,1,F.C.C. 13529,2,26.25,?,Southampton,1 +"Hassab, Mr. Hammad",male,27,0,0,PC 17572,1,76.7292,D49,Cherbourg,1 +"Hassan, Mr. Houssein G N",male,11,0,0,2699,3,18.7875,?,Cherbourg,0 +"Hawksford, Mr. Walter James",male,?,0,0,16988,1,30,D45,Southampton,1 +"Hays, Miss. Margaret Bechstein",female,24,0,0,11767,1,83.1583,C54,Cherbourg,1 +"Hays, Mr. Charles Melville",male,55,1,1,12749,1,93.5,B69,Southampton,0 +"Hays, Mrs. Charles Melville (Clara Jennings Gregg)",female,52,1,1,12749,1,93.5,B69,Southampton,1 +"Head, Mr. Christopher",male,42,0,0,113038,1,42.5,B11,Southampton,0 +"Healy, Miss. Hanora 'Nora'",female,?,0,0,370375,3,7.75,?,Queenstown,1 +"Hedman, Mr. Oskar Arvid",male,27,0,0,347089,3,6.975,?,Southampton,1 +"Hee, Mr. Ling",male,?,0,0,1601,3,56.4958,?,Southampton,1 +"Hegarty, Miss. Hanora 'Nora'",female,18,0,0,365226,3,6.75,?,Queenstown,0 +"Heikkinen, Miss. Laina",female,26,0,0,STON/O2. 3101282,3,7.925,?,Southampton,1 +"Heininen, Miss. Wendla Maria",female,23,0,0,STON/O2. 3101290,3,7.925,?,Southampton,0 +"Hellstrom, Miss. Hilda Maria",female,22,0,0,7548,3,8.9625,?,Southampton,1 +"Hendekovic, Mr. Ignjac",male,28,0,0,349243,3,7.8958,?,Southampton,0 +"Henriksson, Miss. Jenny Lovisa",female,28,0,0,347086,3,7.775,?,Southampton,0 +"Henry, Miss. Delia",female,?,0,0,382649,3,7.75,?,Queenstown,0 +"Herman, Miss. Alice",female,24,1,2,220845,2,65,?,Southampton,1 +"Herman, Miss. Kate",female,24,1,2,220845,2,65,?,Southampton,1 +"Herman, Mr. Samuel",male,49,1,2,220845,2,65,?,Southampton,0 +"Herman, Mrs. Samuel (Jane Laver)",female,48,1,2,220845,2,65,?,Southampton,1 +"Hewlett, Mrs. (Mary D Kingcome)",female,55,0,0,248706,2,16,?,Southampton,1 +"Hickman, Mr. Leonard Mark",male,24,2,0,S.O.C. 14879,2,73.5,?,Southampton,0 +"Hickman, Mr. Lewis",male,32,2,0,S.O.C. 14879,2,73.5,?,Southampton,0 +"Hickman, Mr. Stanley George",male,21,2,0,S.O.C. 14879,2,73.5,?,Southampton,0 +"Hilliard, Mr. Herbert Henry",male,?,0,0,17463,1,51.8625,E46,Southampton,0 +"Hiltunen, Miss. Marta",female,18,1,1,250650,2,13,?,Southampton,0 +"Hipkins, Mr. William Edward",male,55,0,0,680,1,50,C39,Southampton,0 +"Hippach, Miss. Jean Gertrude",female,16,0,1,111361,1,57.9792,B18,Cherbourg,1 +"Hippach, Mrs. Louis Albert (Ida Sophia Fischer)",female,44,0,1,111361,1,57.9792,B18,Cherbourg,1 +"Hirvonen, Miss. Hildur E",female,2,0,1,3101298,3,12.2875,?,Southampton,1 +"Hirvonen, Mrs. Alexander (Helga E Lindqvist)",female,22,1,1,3101298,3,12.2875,?,Southampton,1 +"Hocking, Miss. Ellen 'Nellie'",female,20,2,1,29105,2,23,?,Southampton,1 +"Hocking, Mr. Richard George",male,23,2,1,29104,2,11.5,?,Southampton,0 +"Hocking, Mr. Samuel James Metcalfe",male,36,0,0,242963,2,13,?,Southampton,0 +"Hocking, Mrs. Elizabeth (Eliza Needs)",female,54,1,3,29105,2,23,?,Southampton,1 +"Hodges, Mr. Henry Price",male,50,0,0,250643,2,13,?,Southampton,0 +"Hogeboom, Mrs. John C (Anna Andrews)",female,51,1,0,13502,1,77.9583,D11,Southampton,1 +"Hold, Mr. Stephen",male,44,1,0,26707,2,26,?,Southampton,0 +"Hold, Mrs. Stephen (Annie Margaret Hill)",female,29,1,0,26707,2,26,?,Southampton,1 +"Holm, Mr. John Fredrik Alexander",male,43,0,0,C 7075,3,6.45,?,Southampton,0 +"Holthen, Mr. Johan Martin",male,28,0,0,C 4001,3,22.525,?,Southampton,0 +"Holverson, Mr. Alexander Oskar",male,42,1,0,113789,1,52,?,Southampton,0 +"Holverson, Mrs. Alexander Oskar (Mary Aline Towner)",female,35,1,0,113789,1,52,?,Southampton,1 +"Homer, Mr. Harry ('Mr E Haven')",male,35,0,0,111426,1,26.55,?,Cherbourg,1 +"Honkanen, Miss. Eliina",female,27,0,0,STON/O2. 3101283,3,7.925,?,Southampton,1 +"Hood, Mr. Ambrose Jr",male,21,0,0,S.O.C. 14879,2,73.5,?,Southampton,0 +"Horgan, Mr. John",male,?,0,0,370377,3,7.75,?,Queenstown,0 +"Hosono, Mr. Masabumi",male,42,0,0,237798,2,13,?,Southampton,1 +"Howard, Miss. May Elizabeth",female,?,0,0,A. 2. 39186,3,8.05,?,Southampton,1 +"Howard, Mr. Benjamin",male,63,1,0,24065,2,26,?,Southampton,0 +"Howard, Mrs. Benjamin (Ellen Truelove Arman)",female,60,1,0,24065,2,26,?,Southampton,0 +"Hoyt, Mr. Frederick Maxfield",male,38,1,0,19943,1,90,C93,Southampton,1 +"Hoyt, Mr. William Fisher",male,?,0,0,PC 17600,1,30.6958,?,Cherbourg,0 +"Hoyt, Mrs. Frederick Maxfield (Jane Anne Forby)",female,35,1,0,19943,1,90,C93,Southampton,1 +"Humblen, Mr. Adolf Mathias Nicolai Olsen",male,42,0,0,348121,3,7.65,F G63,Southampton,0 +"Hunt, Mr. George Henry",male,33,0,0,SCO/W 1585,2,12.275,?,Southampton,0 +"Hyman, Mr. Abraham",male,?,0,0,3470,3,7.8875,?,Southampton,1 +"Ibrahim Shawah, Mr. Yousseff",male,30,0,0,2685,3,7.2292,?,Cherbourg,0 +"Icard, Miss. Amelie",female,38,0,0,113572,1,80,B28,?,1 +"Ilett, Miss. Bertha",female,17,0,0,SO/C 14885,2,10.5,?,Southampton,1 +"Ilieff, Mr. Ylio",male,?,0,0,349220,3,7.8958,?,Southampton,0 +"Ilmakangas, Miss. Ida Livija",female,27,1,0,STON/O2. 3101270,3,7.925,?,Southampton,0 +"Ilmakangas, Miss. Pieta Sofia",female,25,1,0,STON/O2. 3101271,3,7.925,?,Southampton,0 +"Isham, Miss. Ann Elizabeth",female,50,0,0,PC 17595,1,28.7125,C49,Cherbourg,0 +"Ismay, Mr. Joseph Bruce",male,49,0,0,112058,1,0,B52 B54 B56,Southampton,1 +"Ivanoff, Mr. Kanio",male,?,0,0,349201,3,7.8958,?,Southampton,0 +"Jacobsohn, Mr. Sidney Samuel",male,42,1,0,243847,2,27,?,Southampton,0 +"Jacobsohn, Mrs. Sidney Samuel (Amy Frances Christy)",female,24,2,1,243847,2,27,?,Southampton,1 +"Jalsevac, Mr. Ivan",male,29,0,0,349240,3,7.8958,?,Cherbourg,1 +"Jansson, Mr. Carl Olof",male,21,0,0,350034,3,7.7958,?,Southampton,1 +"Jardin, Mr. Jose Neto",male,?,0,0,SOTON/O.Q. 3101305,3,7.05,?,Southampton,0 +"Jarvis, Mr. John Denzil",male,47,0,0,237565,2,15,?,Southampton,0 +"Jefferys, Mr. Clifford Thomas",male,24,2,0,C.A. 31029,2,31.5,?,Southampton,0 +"Jefferys, Mr. Ernest Wilfred",male,22,2,0,C.A. 31029,2,31.5,?,Southampton,0 +"Jenkin, Mr. Stephen Curnow",male,32,0,0,C.A. 33111,2,10.5,?,Southampton,0 +"Jensen, Mr. Hans Peder",male,20,0,0,350050,3,7.8542,?,Southampton,0 +"Jensen, Mr. Niels Peder",male,48,0,0,350047,3,7.8542,?,Southampton,0 +"Jensen, Mr. Svend Lauritz",male,17,1,0,350048,3,7.0542,?,Southampton,0 +"Jermyn, Miss. Annie",female,?,0,0,14313,3,7.75,?,Queenstown,1 +"Jerwan, Mrs. Amin S (Marie Marthe Thuillard)",female,23,0,0,SC/AH Basle 541,2,13.7917,D,Cherbourg,1 +"Johannesen-Bratthammer, Mr. Bernt",male,?,0,0,65306,3,8.1125,?,Southampton,1 +"Johanson, Mr. Jakob Alfred",male,34,0,0,3101264,3,6.4958,?,Southampton,0 +"Johansson Palmquist, Mr. Oskar Leander",male,26,0,0,347070,3,7.775,?,Southampton,1 +"Johansson, Mr. Erik",male,22,0,0,350052,3,7.7958,?,Southampton,0 +"Johansson, Mr. Gustaf Joel",male,33,0,0,7540,3,8.6542,?,Southampton,0 +"Johansson, Mr. Karl Johan",male,31,0,0,347063,3,7.775,?,Southampton,0 +"Johansson, Mr. Nils",male,29,0,0,347467,3,7.8542,?,Southampton,0 +"Johnson, Master. Harold Theodor",male,4,1,1,347742,3,11.1333,?,Southampton,1 +"Johnson, Miss. Eleanor Ileen",female,1,1,1,347742,3,11.1333,?,Southampton,1 +"Johnson, Mr. Alfred",male,49,0,0,LINE,3,0,?,Southampton,0 +"Johnson, Mr. Malkolm Joackim",male,33,0,0,347062,3,7.775,?,Southampton,0 +"Johnson, Mr. William Cahoone Jr",male,19,0,0,LINE,3,0,?,Southampton,0 +"Johnson, Mrs. Oscar W (Elisabeth Vilhelmina Berg)",female,27,0,2,347742,3,11.1333,?,Southampton,1 +"Johnston, Master. William Arthur 'Willie'",male,?,1,2,W./C. 6607,3,23.45,?,Southampton,0 +"Johnston, Miss. Catherine Helen 'Carrie'",female,?,1,2,W./C. 6607,3,23.45,?,Southampton,0 +"Johnston, Mr. Andrew G",male,?,1,2,W./C. 6607,3,23.45,?,Southampton,0 +"Johnston, Mrs. Andrew G (Elizabeth 'Lily' Watson)",female,?,1,2,W./C. 6607,3,23.45,?,Southampton,0 +"Jones, Mr. Charles Cresson",male,46,0,0,694,1,26,?,Southampton,0 +"Jonkoff, Mr. Lalio",male,23,0,0,349204,3,7.8958,?,Southampton,0 +"Jonsson, Mr. Carl",male,32,0,0,350417,3,7.8542,?,Southampton,1 +"Jonsson, Mr. Nils Hilding",male,27,0,0,350408,3,7.8542,?,Southampton,0 +"Julian, Mr. Henry Forbes",male,50,0,0,113044,1,26,E60,Southampton,0 +"Jussila, Miss. Katriina",female,20,1,0,4136,3,9.825,?,Southampton,0 +"Jussila, Miss. Mari Aina",female,21,1,0,4137,3,9.825,?,Southampton,0 +"Jussila, Mr. Eiriik",male,32,0,0,STON/O 2. 3101286,3,7.925,?,Southampton,1 +"Kallio, Mr. Nikolai Erland",male,17,0,0,STON/O 2. 3101274,3,7.125,?,Southampton,0 +"Kalvik, Mr. Johannes Halvorsen",male,21,0,0,8475,3,8.4333,?,Southampton,0 +"Kantor, Mr. Sinai",male,34,1,0,244367,2,26,?,Southampton,0 +"Kantor, Mrs. Sinai (Miriam Sternin)",female,24,1,0,244367,2,26,?,Southampton,1 +"Karaic, Mr. Milan",male,30,0,0,349246,3,7.8958,?,Southampton,0 +"Karlsson, Mr. Einar Gervasius",male,21,0,0,350053,3,7.7958,?,Southampton,1 +"Karlsson, Mr. Julius Konrad Eugen",male,33,0,0,347465,3,7.8542,?,Southampton,0 +"Karlsson, Mr. Nils August",male,22,0,0,350060,3,7.5208,?,Southampton,0 +"Karnes, Mrs. J Frank (Claire Bennett)",female,22,0,0,F.C.C. 13534,2,21,?,Southampton,0 +"Karun, Miss. Manca",female,4,0,1,349256,3,13.4167,?,Cherbourg,1 +"Karun, Mr. Franz",male,39,0,1,349256,3,13.4167,?,Cherbourg,1 +"Kassem, Mr. Fared",male,?,0,0,2700,3,7.2292,?,Cherbourg,0 +"Katavelas, Mr. Vassilios ('Catavelas Vassilios')",male,18.5,0,0,2682,3,7.2292,?,Cherbourg,0 +"Keane, Miss. Nora A",female,?,0,0,226593,2,12.35,E101,Queenstown,1 +"Keane, Mr. Andrew 'Andy'",male,?,0,0,12460,3,7.75,?,Queenstown,0 +"Keane, Mr. Daniel",male,35,0,0,233734,2,12.35,?,Queenstown,0 +"Keefe, Mr. Arthur",male,?,0,0,323592,3,7.25,?,Southampton,0 +"Keeping, Mr. Edwin",male,32.5,0,0,113503,1,211.5,C132,Cherbourg,0 +"Kelly, Miss. Anna Katherine 'Annie Kate'",female,?,0,0,9234,3,7.75,?,Queenstown,1 +"Kelly, Miss. Mary",female,?,0,0,14312,3,7.75,?,Queenstown,1 +"Kelly, Mr. James",male,34.5,0,0,330911,3,7.8292,?,Queenstown,0 +"Kelly, Mr. James",male,44,0,0,363592,3,8.05,?,Southampton,0 +"Kelly, Mrs. Florence 'Fannie'",female,45,0,0,223596,2,13.5,?,Southampton,1 +"Kennedy, Mr. John",male,?,0,0,368783,3,7.75,?,Queenstown,1 +"Kent, Mr. Edward Austin",male,58,0,0,11771,1,29.7,B37,Cherbourg,0 +"Kenyon, Mr. Frederick R",male,41,1,0,17464,1,51.8625,D21,Southampton,0 +"Kenyon, Mrs. Frederick R (Marion)",female,?,1,0,17464,1,51.8625,D21,Southampton,1 +"Khalil, Mr. Betros",male,?,1,0,2660,3,14.4542,?,Cherbourg,0 +"Khalil, Mrs. Betros (Zahie 'Maria' Elias)",female,?,1,0,2660,3,14.4542,?,Cherbourg,0 +"Kiernan, Mr. John",male,?,1,0,367227,3,7.75,?,Queenstown,0 +"Kiernan, Mr. Philip",male,?,1,0,367229,3,7.75,?,Queenstown,0 +"Kilgannon, Mr. Thomas J",male,?,0,0,36865,3,7.7375,?,Queenstown,0 +"Kimball, Mr. Edwin Nelson Jr",male,42,1,0,11753,1,52.5542,D19,Southampton,1 +"Kimball, Mrs. Edwin Nelson Jr (Gertrude Parsons)",female,45,1,0,11753,1,52.5542,D19,Southampton,1 +"Kink, Miss. Maria",female,22,2,0,315152,3,8.6625,?,Southampton,0 +"Kink, Mr. Vincenz",male,26,2,0,315151,3,8.6625,?,Southampton,0 +"Kink-Heilmann, Miss. Luise Gretchen",female,4,0,2,315153,3,22.025,?,Southampton,1 +"Kink-Heilmann, Mr. Anton",male,29,3,1,315153,3,22.025,?,Southampton,1 +"Kink-Heilmann, Mrs. Anton (Luise Heilmann)",female,26,1,1,315153,3,22.025,?,Southampton,1 +"Kirkland, Rev. Charles Leonard",male,57,0,0,219533,2,12.35,?,Queenstown,0 +"Klaber, Mr. Herman",male,?,0,0,113028,1,26.55,C124,Southampton,0 +"Klasen, Miss. Gertrud Emilia",female,1,1,1,350405,3,12.1833,?,Southampton,0 +"Klasen, Mr. Klas Albin",male,18,1,1,350404,3,7.8542,?,Southampton,0 +"Klasen, Mrs. (Hulda Kristina Eugenia Lofqvist)",female,36,0,2,350405,3,12.1833,?,Southampton,0 +"Knight, Mr. Robert J",male,?,0,0,239855,2,0,?,Southampton,0 +"Kraeff, Mr. Theodor",male,?,0,0,349253,3,7.8958,?,Cherbourg,0 +"Krekorian, Mr. Neshan",male,25,0,0,2654,3,7.2292,F E57,Cherbourg,1 +"Kreuchen, Miss. Emilie",female,39,0,0,24160,1,211.3375,?,Southampton,1 +"Kvillner, Mr. Johan Henrik Johannesson",male,31,0,0,C.A. 18723,2,10.5,?,Southampton,0 +"Lahoud, Mr. Sarkis",male,?,0,0,2624,3,7.225,?,Cherbourg,0 +"Lahtinen, Mrs. William (Anna Sylfven)",female,26,1,1,250651,2,26,?,Southampton,0 +"Lahtinen, Rev. William",male,30,1,1,250651,2,26,?,Southampton,0 +"Laitinen, Miss. Kristina Sofia",female,37,0,0,4135,3,9.5875,?,Southampton,0 +"Laleff, Mr. Kristo",male,?,0,0,349217,3,7.8958,?,Southampton,0 +"Lam, Mr. Ali",male,?,0,0,1601,3,56.4958,?,Southampton,1 +"Lam, Mr. Len",male,?,0,0,1601,3,56.4958,?,Southampton,0 +"Lamb, Mr. John Joseph",male,?,0,0,240261,2,10.7083,?,Queenstown,0 +"Landergren, Miss. Aurora Adelia",female,22,0,0,C 7077,3,7.25,?,Southampton,1 +"Lane, Mr. Patrick",male,?,0,0,7935,3,7.75,?,Queenstown,0 +"Lang, Mr. Fang",male,26,0,0,1601,3,56.4958,?,Southampton,1 +"Laroche, Miss. Louise",female,1,1,2,SC/Paris 2123,2,41.5792,?,Cherbourg,1 +"Laroche, Miss. Simonne Marie Anne Andree",female,3,1,2,SC/Paris 2123,2,41.5792,?,Cherbourg,1 +"Laroche, Mr. Joseph Philippe Lemercier",male,25,1,2,SC/Paris 2123,2,41.5792,?,Cherbourg,0 +"Laroche, Mrs. Joseph (Juliette Marie Louise Lafargue)",female,22,1,2,SC/Paris 2123,2,41.5792,?,Cherbourg,1 +"Larsson, Mr. August Viktor",male,29,0,0,7545,3,9.4833,?,Southampton,0 +"Larsson, Mr. Bengt Edvin",male,29,0,0,347067,3,7.775,?,Southampton,0 +"Larsson-Rondberg, Mr. Edvard A",male,22,0,0,347065,3,7.775,?,Southampton,0 +"Leader, Dr. Alice (Farnham)",female,49,0,0,17465,1,25.9292,D17,Southampton,1 +"Leeni, Mr. Fahim ('Philip Zenni')",male,22,0,0,2620,3,7.225,?,Cherbourg,1 +"Lefebre, Master. Henry Forbes",male,?,3,1,4133,3,25.4667,?,Southampton,0 +"Lefebre, Miss. Ida",female,?,3,1,4133,3,25.4667,?,Southampton,0 +"Lefebre, Miss. Jeannie",female,?,3,1,4133,3,25.4667,?,Southampton,0 +"Lefebre, Miss. Mathilde",female,?,3,1,4133,3,25.4667,?,Southampton,0 +"Lefebre, Mrs. Frank (Frances)",female,?,0,4,4133,3,25.4667,?,Southampton,0 +"Lehmann, Miss. Bertha",female,17,0,0,SC 1748,2,12,?,Cherbourg,1 +"Leinonen, Mr. Antti Gustaf",male,32,0,0,STON/O 2. 3101292,3,7.925,?,Southampton,0 +"Leitch, Miss. Jessie Wills",female,?,0,0,248727,2,33,?,Southampton,1 +"Lemberopolous, Mr. Peter L",male,34.5,0,0,2683,3,6.4375,?,Cherbourg,0 +"Lemore, Mrs. (Amelia Milley)",female,34,0,0,C.A. 34260,2,10.5,F33,Southampton,1 +"Lennon, Miss. Mary",female,?,1,0,370371,3,15.5,?,Queenstown,0 +"Lennon, Mr. Denis",male,?,1,0,370371,3,15.5,?,Queenstown,0 +"Leonard, Mr. Lionel",male,36,0,0,LINE,3,0,?,Southampton,0 +"LeRoy, Miss. Bertha",female,30,0,0,PC 17761,1,106.425,?,Cherbourg,1 +"Lester, Mr. James",male,39,0,0,A/4 48871,3,24.15,?,Southampton,0 +"Lesurer, Mr. Gustave J",male,35,0,0,PC 17755,1,512.3292,B101,Cherbourg,1 +"Levy, Mr. Rene Jacques",male,36,0,0,SC/Paris 2163,2,12.875,D,Cherbourg,0 +"Lewy, Mr. Ervin G",male,?,0,0,PC 17612,1,27.7208,?,Cherbourg,0 +"Leyson, Mr. Robert William Norman",male,24,0,0,C.A. 29566,2,10.5,?,Southampton,0 +"Lievens, Mr. Rene Aime",male,24,0,0,345781,3,9.5,?,Southampton,0 +"Lindahl, Miss. Agda Thorilda Viktoria",female,25,0,0,347071,3,7.775,?,Southampton,0 +"Lindblom, Miss. Augusta Charlotta",female,45,0,0,347073,3,7.75,?,Southampton,0 +"Lindeberg-Lind, Mr. Erik Gustaf ('Mr Edward Lingrey')",male,42,0,0,17475,1,26.55,?,Southampton,0 +"Lindell, Mr. Edvard Bengtsson",male,36,1,0,349910,3,15.55,?,Southampton,0 +"Lindell, Mrs. Edvard Bengtsson (Elin Gerda Persson)",female,30,1,0,349910,3,15.55,?,Southampton,0 +"Lindqvist, Mr. Eino William",male,20,1,0,STON/O 2. 3101285,3,7.925,?,Southampton,1 +"Lindstrom, Mrs. Carl Johan (Sigrid Posse)",female,55,0,0,112377,1,27.7208,?,Cherbourg,1 +"Linehan, Mr. Michael",male,?,0,0,330971,3,7.8792,?,Queenstown,0 +"Lines, Miss. Mary Conover",female,16,0,1,PC 17592,1,39.4,D28,Southampton,1 +"Lines, Mrs. Ernest H (Elizabeth Lindsey James)",female,51,0,1,PC 17592,1,39.4,D28,Southampton,1 +"Ling, Mr. Lee",male,28,0,0,1601,3,56.4958,?,Southampton,0 +"Lingane, Mr. John",male,61,0,0,235509,2,12.35,?,Queenstown,0 +"Lithman, Mr. Simon",male,?,0,0,S.O./P.P. 251,3,7.55,?,Southampton,0 +"Lobb, Mr. William Arthur",male,30,1,0,A/5. 3336,3,16.1,?,Southampton,0 +"Lobb, Mrs. William Arthur (Cordelia K Stanlick)",female,26,1,0,A/5. 3336,3,16.1,?,Southampton,0 +"Lockyer, Mr. Edward",male,?,0,0,1222,3,7.8792,?,Southampton,0 +"Long, Mr. Milton Clyde",male,29,0,0,113501,1,30,D6,Southampton,0 +"Longley, Miss. Gretchen Fiske",female,21,0,0,13502,1,77.9583,D9,Southampton,1 +"Loring, Mr. Joseph Holland",male,30,0,0,113801,1,45.5,?,Southampton,0 +"Louch, Mr. Charles Alexander",male,50,1,0,SC/AH 3085,2,26,?,Southampton,0 +"Louch, Mrs. Charles Alexander (Alice Adelaide Slow)",female,42,1,0,SC/AH 3085,2,26,?,Southampton,1 +"Lovell, Mr. John Hall ('Henry')",male,20.5,0,0,A/5 21173,3,7.25,?,Southampton,0 +"Lulic, Mr. Nikola",male,27,0,0,315098,3,8.6625,?,Southampton,1 +"Lundahl, Mr. Johan Svensson",male,51,0,0,347743,3,7.0542,?,Southampton,0 +"Lundin, Miss. Olga Elida",female,23,0,0,347469,3,7.8542,?,Southampton,1 +"Lundstrom, Mr. Thure Edvin",male,32,0,0,350403,3,7.5792,?,Southampton,1 +"Lurette, Miss. Elise",female,58,0,0,PC 17569,1,146.5208,B80,Cherbourg,1 +"Lyntakoff, Mr. Stanko",male,?,0,0,349235,3,7.8958,?,Southampton,0 +"Mack, Mrs. (Mary)",female,57,0,0,S.O./P.P. 3,2,10.5,E77,Southampton,0 +"MacKay, Mr. George William",male,?,0,0,C.A. 42795,3,7.55,?,Southampton,0 +"Madigan, Miss. Margaret 'Maggie'",female,?,0,0,370370,3,7.75,?,Queenstown,1 +"Madill, Miss. Georgette Alexandra",female,15,0,1,24160,1,211.3375,B5,Southampton,1 +"Madsen, Mr. Fridtjof Arne",male,24,0,0,C 17369,3,7.1417,?,Southampton,1 +"Maenpaa, Mr. Matti Alexanteri",male,22,0,0,STON/O 2. 3101275,3,7.125,?,Southampton,0 +"Maguire, Mr. John Edward",male,30,0,0,110469,1,26,C106,Southampton,0 +"Mahon, Miss. Bridget Delia",female,?,0,0,330924,3,7.8792,?,Queenstown,0 +"Mahon, Mr. John",male,?,0,0,AQ/4 3130,3,7.75,?,Queenstown,0 +"Maioni, Miss. Roberta",female,16,0,0,110152,1,86.5,B79,Southampton,1 +"Maisner, Mr. Simon",male,?,0,0,A/S 2816,3,8.05,?,Southampton,0 +"Makinen, Mr. Kalle Edvard",male,29,0,0,STON/O 2. 3101268,3,7.925,?,Southampton,0 +"Malachard, Mr. Noel",male,?,0,0,237735,2,15.0458,D,Cherbourg,0 +"Mallet, Master. Andre",male,1,0,2,S.C./PARIS 2079,2,37.0042,?,Cherbourg,1 +"Mallet, Mr. Albert",male,31,1,1,S.C./PARIS 2079,2,37.0042,?,Cherbourg,0 +"Mallet, Mrs. Albert (Antoinette Magnin)",female,24,1,1,S.C./PARIS 2079,2,37.0042,?,Cherbourg,1 +"Mamee, Mr. Hanna",male,?,0,0,2677,3,7.2292,?,Cherbourg,1 +"Mangan, Miss. Mary",female,30.5,0,0,364850,3,7.75,?,Queenstown,0 +"Mangiavacchi, Mr. Serafino Emilio",male,?,0,0,SC/A.3 2861,2,15.5792,?,Cherbourg,0 +"Mannion, Miss. Margareth",female,?,0,0,36866,3,7.7375,?,Queenstown,1 +"Mardirosian, Mr. Sarkis",male,?,0,0,2655,3,7.2292,F E46,Cherbourg,0 +"Marechal, Mr. Pierre",male,?,0,0,11774,1,29.7,C47,Cherbourg,1 +"Markoff, Mr. Marin",male,35,0,0,349213,3,7.8958,?,Cherbourg,0 +"Markun, Mr. Johann",male,33,0,0,349257,3,7.8958,?,Southampton,0 +"Marvin, Mr. Daniel Warner",male,19,1,0,113773,1,53.1,D30,Southampton,0 +"Marvin, Mrs. Daniel Warner (Mary Graham Carmichael Farquarson)",female,18,1,0,113773,1,53.1,D30,Southampton,1 +"Masselmani, Mrs. Fatima",female,?,0,0,2649,3,7.225,?,Cherbourg,1 +"Matinoff, Mr. Nicola",male,?,0,0,349255,3,7.8958,?,Cherbourg,0 +"Matthews, Mr. William John",male,30,0,0,28228,2,13,?,Southampton,0 +"Maybery, Mr. Frank Hubert",male,40,0,0,239059,2,16,?,Southampton,0 +"Mayne, Mlle. Berthe Antonine ('Mrs de Villiers')",female,24,0,0,PC 17482,1,49.5042,C90,Cherbourg,1 +"McCaffry, Mr. Thomas Francis",male,46,0,0,13050,1,75.2417,C6,Cherbourg,0 +"McCarthy, Miss. Catherine 'Katie'",female,?,0,0,383123,3,7.75,?,Queenstown,1 +"McCarthy, Mr. Timothy J",male,54,0,0,17463,1,51.8625,E46,Southampton,0 +"McCormack, Mr. Thomas Joseph",male,?,0,0,367228,3,7.75,?,Queenstown,1 +"McCoy, Miss. Agnes",female,?,2,0,367226,3,23.25,?,Queenstown,1 +"McCoy, Miss. Alicia",female,?,2,0,367226,3,23.25,?,Queenstown,1 +"McCoy, Mr. Bernard",male,?,2,0,367226,3,23.25,?,Queenstown,1 +"McCrae, Mr. Arthur Gordon",male,32,0,0,237216,2,13.5,?,Southampton,0 +"McCrie, Mr. James Matthew",male,30,0,0,233478,2,13,?,Southampton,0 +"McDermott, Miss. Brigdet Delia",female,?,0,0,330932,3,7.7875,?,Queenstown,1 +"McEvoy, Mr. Michael",male,?,0,0,36568,3,15.5,?,Queenstown,0 +"McGough, Mr. James Robert",male,36,0,0,PC 17473,1,26.2875,E25,Southampton,1 +"McGovern, Miss. Mary",female,?,0,0,330931,3,7.8792,?,Queenstown,1 +"McGowan, Miss. Anna 'Annie'",female,15,0,0,330923,3,8.0292,?,Queenstown,1 +"McGowan, Miss. Katherine",female,35,0,0,9232,3,7.75,?,Queenstown,0 +"McKane, Mr. Peter David",male,46,0,0,28403,2,26,?,Southampton,0 +"McMahon, Mr. Martin",male,?,0,0,370372,3,7.75,?,Queenstown,0 +"McNamee, Mr. Neal",male,24,1,0,376566,3,16.1,?,Southampton,0 +"McNamee, Mrs. Neal (Eileen O'Leary)",female,19,1,0,376566,3,16.1,?,Southampton,0 +"McNeill, Miss. Bridget",female,?,0,0,370368,3,7.75,?,Queenstown,0 +"Meanwell, Miss. (Marion Ogden)",female,?,0,0,SOTON/O.Q. 392087,3,8.05,?,Southampton,0 +"Meek, Mrs. Thomas (Annie Louise Rowley)",female,?,0,0,343095,3,8.05,?,Southampton,0 +"Mellinger, Miss. Madeleine Violet",female,13,0,1,250644,2,19.5,?,Southampton,1 +"Mellinger, Mrs. (Elizabeth Anne Maidment)",female,41,0,1,250644,2,19.5,?,Southampton,1 +"Mellors, Mr. William John",male,19,0,0,SW/PP 751,2,10.5,?,Southampton,1 +"Meo, Mr. Alfonzo",male,55.5,0,0,A.5. 11206,3,8.05,?,Southampton,0 +"Mernagh, Mr. Robert",male,?,0,0,368703,3,7.75,?,Queenstown,0 +"Meyer, Mr. August",male,39,0,0,248723,2,13,?,Southampton,0 +"Meyer, Mr. Edgar Joseph",male,28,1,0,PC 17604,1,82.1708,?,Cherbourg,0 +"Meyer, Mrs. Edgar Joseph (Leila Saks)",female,?,1,0,PC 17604,1,82.1708,?,Cherbourg,1 +"Midtsjo, Mr. Karl Albert",male,21,0,0,345501,3,7.775,?,Southampton,1 +"Miles, Mr. Frank",male,?,0,0,359306,3,8.05,?,Southampton,0 +"Millet, Mr. Francis Davis",male,65,0,0,13509,1,26.55,E38,Southampton,0 +"Milling, Mr. Jacob Christian",male,48,0,0,234360,2,13,?,Southampton,0 +"Minahan, Dr. William Edward",male,44,2,0,19928,1,90,C78,Queenstown,0 +"Minahan, Miss. Daisy E",female,33,1,0,19928,1,90,C78,Queenstown,1 +"Minahan, Mrs. William Edward (Lillian E Thorpe)",female,37,1,0,19928,1,90,C78,Queenstown,1 +"Mineff, Mr. Ivan",male,24,0,0,349233,3,7.8958,?,Southampton,0 +"Minkoff, Mr. Lazar",male,21,0,0,349211,3,7.8958,?,Southampton,0 +"Mionoff, Mr. Stoytcho",male,28,0,0,349207,3,7.8958,?,Southampton,0 +"Mitchell, Mr. Henry Michael",male,70,0,0,C.A. 24580,2,10.5,?,Southampton,0 +"Mitkoff, Mr. Mito",male,?,0,0,349221,3,7.8958,?,Southampton,0 +"Mock, Mr. Philipp Edmund",male,30,1,0,13236,1,57.75,C78,Cherbourg,1 +"Mockler, Miss. Helen Mary 'Ellie'",female,?,0,0,330980,3,7.8792,?,Queenstown,1 +"Moen, Mr. Sigurd Hansen",male,25,0,0,348123,3,7.65,F G73,Southampton,0 +"Molson, Mr. Harry Markland",male,55,0,0,113787,1,30.5,C30,Southampton,0 +"Montvila, Rev. Juozas",male,27,0,0,211536,2,13,?,Southampton,0 +"Moor, Master. Meier",male,6,0,1,392096,3,12.475,E121,Southampton,1 +"Moor, Mrs. (Beila)",female,27,0,1,392096,3,12.475,E121,Southampton,1 +"Moore, Mr. Clarence Bloomfield",male,47,0,0,113796,1,42.4,?,Southampton,0 +"Moore, Mr. Leonard Charles",male,?,0,0,A4. 54510,3,8.05,?,Southampton,0 +"Moran, Miss. Bertha",female,?,1,0,371110,3,24.15,?,Queenstown,1 +"Moran, Mr. Daniel J",male,?,1,0,371110,3,24.15,?,Queenstown,0 +"Moran, Mr. James",male,?,0,0,330877,3,8.4583,?,Queenstown,0 +"Moraweck, Dr. Ernest",male,54,0,0,29011,2,14,?,Southampton,0 +"Morley, Mr. Henry Samuel ('Mr Henry Marshall')",male,39,0,0,250655,2,26,?,Southampton,0 +"Morley, Mr. William",male,34,0,0,364506,3,8.05,?,Southampton,0 +"Morrow, Mr. Thomas Rowan",male,?,0,0,372622,3,7.75,?,Queenstown,0 +"Moss, Mr. Albert Johan",male,?,0,0,312991,3,7.775,?,Southampton,1 +"Moubarek, Master. Gerios",male,?,1,1,2661,3,15.2458,?,Cherbourg,1 +"Moubarek, Master. Halim Gonios ('William George')",male,?,1,1,2661,3,15.2458,?,Cherbourg,1 +"Moubarek, Mrs. George (Omine 'Amenia' Alexander)",female,?,0,2,2661,3,15.2458,?,Cherbourg,1 +"Moussa, Mrs. (Mantoura Boulos)",female,?,0,0,2626,3,7.2292,?,Cherbourg,1 +"Moutal, Mr. Rahamin Haim",male,?,0,0,374746,3,8.05,?,Southampton,0 +"Mudd, Mr. Thomas Charles",male,16,0,0,S.O./P.P. 3,2,10.5,?,Southampton,0 +"Mullens, Miss. Katherine 'Katie'",female,?,0,0,35852,3,7.7333,?,Queenstown,1 +"Mulvihill, Miss. Bertha E",female,24,0,0,382653,3,7.75,?,Queenstown,1 +"Murdlin, Mr. Joseph",male,?,0,0,A./5. 3235,3,8.05,?,Southampton,0 +"Murphy, Miss. Katherine 'Kate'",female,?,1,0,367230,3,15.5,?,Queenstown,1 +"Murphy, Miss. Margaret Jane",female,?,1,0,367230,3,15.5,?,Queenstown,1 +"Murphy, Miss. Nora",female,?,0,0,36568,3,15.5,?,Queenstown,1 +"Myhrman, Mr. Pehr Fabian Oliver Malkolm",male,18,0,0,347078,3,7.75,?,Southampton,0 +"Myles, Mr. Thomas Francis",male,62,0,0,240276,2,9.6875,?,Queenstown,0 +"Naidenoff, Mr. Penko",male,22,0,0,349206,3,7.8958,?,Southampton,0 +"Najib, Miss. Adele Kiamie 'Jane'",female,15,0,0,2667,3,7.225,?,Cherbourg,1 +"Nakid, Miss. Maria ('Mary')",female,1,0,2,2653,3,15.7417,?,Cherbourg,1 +"Nakid, Mr. Sahid",male,20,1,1,2653,3,15.7417,?,Cherbourg,1 +"Nakid, Mrs. Said (Waika 'Mary' Mowad)",female,19,1,1,2653,3,15.7417,?,Cherbourg,1 +"Nancarrow, Mr. William Henry",male,33,0,0,A./5. 3338,3,8.05,?,Southampton,0 +"Nankoff, Mr. Minko",male,?,0,0,349218,3,7.8958,?,Southampton,0 +"Nasr, Mr. Mustafa",male,?,0,0,2652,3,7.2292,?,Cherbourg,0 +"Nasser, Mr. Nicholas",male,32.5,1,0,237736,2,30.0708,?,Cherbourg,0 +"Nasser, Mrs. Nicholas (Adele Achem)",female,14,1,0,237736,2,30.0708,?,Cherbourg,1 +"Natsch, Mr. Charles H",male,37,0,1,PC 17596,1,29.7,C118,Cherbourg,0 +"Naughton, Miss. Hannah",female,?,0,0,365237,3,7.75,?,Queenstown,0 +"Navratil, Master. Edmond Roger",male,2,1,1,230080,2,26,F2,Southampton,1 +"Navratil, Master. Michel M",male,3,1,1,230080,2,26,F2,Southampton,1 +"Navratil, Mr. Michel ('Louis M Hoffman')",male,36.5,0,2,230080,2,26,F2,Southampton,0 +"Nenkoff, Mr. Christo",male,?,0,0,349234,3,7.8958,?,Southampton,0 +"Nesson, Mr. Israel",male,26,0,0,244368,2,13,F2,Southampton,0 +"Newell, Miss. Madeleine",female,31,1,0,35273,1,113.275,D36,Cherbourg,1 +"Newell, Miss. Marjorie",female,23,1,0,35273,1,113.275,D36,Cherbourg,1 +"Newell, Mr. Arthur Webster",male,58,0,2,35273,1,113.275,D48,Cherbourg,0 +"Newsom, Miss. Helen Monypeny",female,19,0,2,11752,1,26.2833,D47,Southampton,1 +"Nicholls, Mr. Joseph Charles",male,19,1,1,C.A. 33112,2,36.75,?,Southampton,0 +"Nicholson, Mr. Arthur Ernest",male,64,0,0,693,1,26,?,Southampton,0 +"Nicola-Yarred, Master. Elias",male,12,1,0,2651,3,11.2417,?,Cherbourg,1 +"Nicola-Yarred, Miss. Jamila",female,14,1,0,2651,3,11.2417,?,Cherbourg,1 +"Nieminen, Miss. Manta Josefina",female,29,0,0,3101297,3,7.925,?,Southampton,0 +"Niklasson, Mr. Samuel",male,28,0,0,363611,3,8.05,?,Southampton,0 +"Nilsson, Miss. Berta Olivia",female,18,0,0,347066,3,7.775,?,Southampton,1 +"Nilsson, Miss. Helmina Josefina",female,26,0,0,347470,3,7.8542,?,Southampton,1 +"Nilsson, Mr. August Ferdinand",male,21,0,0,350410,3,7.8542,?,Southampton,0 +"Nirva, Mr. Iisakki Antino Aijo",male,41,0,0,SOTON/O2 3101272,3,7.125,?,Southampton,0 +"Niskanen, Mr. Juha",male,39,0,0,STON/O 2. 3101289,3,7.925,?,Southampton,1 +"Norman, Mr. Robert Douglas",male,28,0,0,218629,2,13.5,?,Southampton,0 +"Nosworthy, Mr. Richard Cater",male,21,0,0,A/4. 39886,3,7.8,?,Southampton,0 +"Nourney, Mr. Alfred ('Baron von Drachstedt')",male,20,0,0,SC/PARIS 2166,2,13.8625,D38,Cherbourg,1 +"Novel, Mr. Mansouer",male,28.5,0,0,2697,3,7.2292,?,Cherbourg,0 +"Nye, Mrs. (Elizabeth Ramell)",female,29,0,0,C.A. 29395,2,10.5,F33,Southampton,1 +"Nysten, Miss. Anna Sofia",female,22,0,0,347081,3,7.75,?,Southampton,1 +"Nysveen, Mr. Johan Hansen",male,61,0,0,345364,3,6.2375,?,Southampton,0 +"O'Brien, Mr. Thomas",male,?,1,0,370365,3,15.5,?,Queenstown,0 +"O'Brien, Mr. Timothy",male,?,0,0,330979,3,7.8292,?,Queenstown,0 +"O'Brien, Mrs. Thomas (Johanna 'Hannah' Godfrey)",female,?,1,0,370365,3,15.5,?,Queenstown,1 +"O'Connell, Mr. Patrick D",male,?,0,0,334912,3,7.7333,?,Queenstown,0 +"O'Connor, Mr. Maurice",male,?,0,0,371060,3,7.75,?,Queenstown,0 +"O'Connor, Mr. Patrick",male,?,0,0,366713,3,7.75,?,Queenstown,0 +"Odahl, Mr. Nils Martin",male,23,0,0,7267,3,9.225,?,Southampton,0 +"O'Donoghue, Ms. Bridget",female,?,0,0,364856,3,7.75,?,Queenstown,0 +"O'Driscoll, Miss. Bridget",female,?,0,0,14311,3,7.75,?,Queenstown,1 +"O'Dwyer, Miss. Ellen 'Nellie'",female,?,0,0,330959,3,7.8792,?,Queenstown,1 +"Ohman, Miss. Velin",female,22,0,0,347085,3,7.775,?,Southampton,1 +"O'Keefe, Mr. Patrick",male,?,0,0,368402,3,7.75,?,Queenstown,1 +"O'Leary, Miss. Hanora 'Norah'",female,?,0,0,330919,3,7.8292,?,Queenstown,1 +"Oliva y Ocana, Dona. Fermina",female,39,0,0,PC 17758,1,108.9,C105,Cherbourg,1 +"Olsen, Master. Artur Karl",male,9,0,1,C 17368,3,3.1708,?,Southampton,1 +"Olsen, Mr. Henry Margido",male,28,0,0,C 4001,3,22.525,?,Southampton,0 +"Olsen, Mr. Karl Siegwart Andreas",male,42,0,1,4579,3,8.4042,?,Southampton,0 +"Olsen, Mr. Ole Martin",male,?,0,0,Fa 265302,3,7.3125,?,Southampton,0 +"Olsson, Miss. Elina",female,31,0,0,350407,3,7.8542,?,Southampton,0 +"Olsson, Mr. Nils Johan Goransson",male,28,0,0,347464,3,7.8542,?,Southampton,0 +"Olsson, Mr. Oscar Wilhelm",male,32,0,0,347079,3,7.775,?,Southampton,1 +"Olsvigen, Mr. Thor Anderson",male,20,0,0,6563,3,9.225,?,Southampton,0 +"Omont, Mr. Alfred Fernand",male,?,0,0,F.C. 12998,1,25.7417,?,Cherbourg,1 +"Oreskovic, Miss. Jelka",female,23,0,0,315085,3,8.6625,?,Southampton,0 +"Oreskovic, Miss. Marija",female,20,0,0,315096,3,8.6625,?,Southampton,0 +"Oreskovic, Mr. Luka",male,20,0,0,315094,3,8.6625,?,Southampton,0 +"Osen, Mr. Olaf Elon",male,16,0,0,7534,3,9.2167,?,Southampton,0 +"Osman, Mrs. Mara",female,31,0,0,349244,3,8.6833,?,Southampton,1 +"Ostby, Miss. Helene Ragnhild",female,22,0,1,113509,1,61.9792,B36,Cherbourg,1 +"Ostby, Mr. Engelhart Cornelius",male,65,0,1,113509,1,61.9792,B30,Cherbourg,0 +"O'Sullivan, Miss. Bridget Mary",female,?,0,0,330909,3,7.6292,?,Queenstown,0 +"Otter, Mr. Richard",male,39,0,0,28213,2,13,?,Southampton,0 +"Ovies y Rodriguez, Mr. Servando",male,28.5,0,0,PC 17562,1,27.7208,D43,Cherbourg,0 +"Oxenham, Mr. Percy Thomas",male,22,0,0,W./C. 14260,2,10.5,?,Southampton,1 +"Padro y Manent, Mr. Julian",male,?,0,0,SC/PARIS 2146,2,13.8625,?,Cherbourg,1 +"Pain, Dr. Alfred",male,23,0,0,244278,2,10.5,?,Southampton,0 +"Pallas y Castello, Mr. Emilio",male,29,0,0,SC/PARIS 2147,2,13.8583,?,Cherbourg,1 +"Palsson, Master. Gosta Leonard",male,2,3,1,349909,3,21.075,?,Southampton,0 +"Palsson, Master. Paul Folke",male,6,3,1,349909,3,21.075,?,Southampton,0 +"Palsson, Miss. Stina Viola",female,3,3,1,349909,3,21.075,?,Southampton,0 +"Palsson, Miss. Torborg Danira",female,8,3,1,349909,3,21.075,?,Southampton,0 +"Palsson, Mrs. Nils (Alma Cornelia Berglund)",female,29,0,4,349909,3,21.075,?,Southampton,0 +"Panula, Master. Eino Viljami",male,1,4,1,3101295,3,39.6875,?,Southampton,0 +"Panula, Master. Juha Niilo",male,7,4,1,3101295,3,39.6875,?,Southampton,0 +"Panula, Master. Urho Abraham",male,2,4,1,3101295,3,39.6875,?,Southampton,0 +"Panula, Mr. Ernesti Arvid",male,16,4,1,3101295,3,39.6875,?,Southampton,0 +"Panula, Mr. Jaako Arnold",male,14,4,1,3101295,3,39.6875,?,Southampton,0 +"Panula, Mrs. Juha (Maria Emilia Ojala)",female,41,0,5,3101295,3,39.6875,?,Southampton,0 +"Parker, Mr. Clifford Richard",male,28,0,0,SC 14888,2,10.5,?,Southampton,0 +"Parkes, Mr. Francis 'Frank'",male,?,0,0,239853,2,0,?,Southampton,0 +"Parr, Mr. William Henry Marsh",male,?,0,0,112052,1,0,?,Southampton,0 +"Parrish, Mrs. (Lutie Davis)",female,50,0,1,230433,2,26,?,Southampton,1 +"Partner, Mr. Austen",male,45.5,0,0,113043,1,28.5,C124,Southampton,0 +"Pasic, Mr. Jakob",male,21,0,0,315097,3,8.6625,?,Southampton,0 +"Patchett, Mr. George",male,19,0,0,358585,3,14.5,?,Southampton,0 +"Paulner, Mr. Uscher",male,?,0,0,3411,3,8.7125,?,Cherbourg,0 +"Pavlovic, Mr. Stefo",male,32,0,0,349242,3,7.8958,?,Southampton,0 +"Payne, Mr. Vivian Ponsonby",male,23,0,0,12749,1,93.5,B24,Southampton,0 +"Peacock, Master. Alfred Edward",male,0.75,1,1,SOTON/O.Q. 3101315,3,13.775,?,Southampton,0 +"Peacock, Miss. Treasteall",female,3,1,1,SOTON/O.Q. 3101315,3,13.775,?,Southampton,0 +"Peacock, Mrs. Benjamin (Edith Nile)",female,26,0,2,SOTON/O.Q. 3101315,3,13.775,?,Southampton,0 +"Pearce, Mr. Ernest",male,?,0,0,343271,3,7,?,Southampton,0 +"Pears, Mr. Thomas Clinton",male,29,1,0,113776,1,66.6,C2,Southampton,0 +"Pears, Mrs. Thomas (Edith Wearne)",female,22,1,0,113776,1,66.6,C2,Southampton,1 +"Pedersen, Mr. Olaf",male,?,0,0,345498,3,7.775,?,Southampton,0 +"Peduzzi, Mr. Joseph",male,?,0,0,A/5 2817,3,8.05,?,Southampton,0 +"Pekoniemi, Mr. Edvard",male,21,0,0,STON/O 2. 3101294,3,7.925,?,Southampton,0 +"Peltomaki, Mr. Nikolai Johannes",male,25,0,0,STON/O 2. 3101291,3,7.925,?,Southampton,0 +"Penasco y Castellana, Mr. Victor de Satode",male,18,1,0,PC 17758,1,108.9,C65,Cherbourg,0 +"Penasco y Castellana, Mrs. Victor de Satode (Maria Josefa Perez de Soto y Vallejo)",female,17,1,0,PC 17758,1,108.9,C65,Cherbourg,1 +"Pengelly, Mr. Frederick William",male,19,0,0,28665,2,10.5,?,Southampton,0 +"Perkin, Mr. John Henry",male,22,0,0,A/5 21174,3,7.25,?,Southampton,0 +"Pernot, Mr. Rene",male,?,0,0,SC/PARIS 2131,2,15.05,?,Cherbourg,0 +"Perreault, Miss. Anne",female,30,0,0,12749,1,93.5,B73,Southampton,1 +"Persson, Mr. Ernst Ulrik",male,25,1,0,347083,3,7.775,?,Southampton,1 +"Peruschitz, Rev. Joseph Maria",male,41,0,0,237393,2,13,?,Southampton,0 +"Peter, Master. Michael J",male,?,1,1,2668,3,22.3583,?,Cherbourg,1 +"Peter, Miss. Anna",female,?,1,1,2668,3,22.3583,F E69,Cherbourg,1 +"Peter, Mrs. Catherine (Catherine Rizk)",female,?,0,2,2668,3,22.3583,?,Cherbourg,1 +"Peters, Miss. Katie",female,?,0,0,330935,3,8.1375,?,Queenstown,0 +"Petersen, Mr. Marius",male,24,0,0,342441,3,8.05,?,Southampton,0 +"Petranec, Miss. Matilda",female,28,0,0,349245,3,7.8958,?,Southampton,0 +"Petroff, Mr. Nedelio",male,19,0,0,349212,3,7.8958,?,Southampton,0 +"Petroff, Mr. Pastcho ('Pentcho')",male,?,0,0,349215,3,7.8958,?,Southampton,0 +"Petterson, Mr. Johan Emil",male,25,1,0,347076,3,7.775,?,Southampton,0 +"Pettersson, Miss. Ellen Natalia",female,18,0,0,347087,3,7.775,?,Southampton,0 +"Peuchen, Major. Arthur Godfrey",male,52,0,0,113786,1,30.5,C104,Southampton,1 +"Phillips, Miss. Alice Frances Louisa",female,21,0,1,S.O./P.P. 2,2,21,?,Southampton,1 +"Phillips, Miss. Kate Florence ('Mrs Kate Louise Phillips Marshall')",female,19,0,0,250655,2,26,?,Southampton,1 +"Phillips, Mr. Escott Robert",male,43,0,1,S.O./P.P. 2,2,21,?,Southampton,0 +"Pickard, Mr. Berk (Berk Trembisky)",male,32,0,0,SOTON/O.Q. 392078,3,8.05,E10,Southampton,1 +"Pinsky, Mrs. (Rosa)",female,32,0,0,234604,2,13,?,Southampton,1 +"Plotcharsky, Mr. Vasil",male,?,0,0,349227,3,7.8958,?,Southampton,0 +"Pokrnic, Mr. Mate",male,17,0,0,315095,3,8.6625,?,Southampton,0 +"Pokrnic, Mr. Tome",male,24,0,0,315092,3,8.6625,?,Southampton,0 +"Ponesell, Mr. Martin",male,34,0,0,250647,2,13,?,Southampton,0 +"Portaluppi, Mr. Emilio Ilario Giuseppe",male,30,0,0,C.A. 34644,2,12.7375,?,Cherbourg,1 +"Porter, Mr. Walter Chamberlain",male,47,0,0,110465,1,52,C110,Southampton,0 +"Potter, Mrs. Thomas Jr (Lily Alexenia Wilson)",female,56,0,1,11767,1,83.1583,C50,Cherbourg,1 +"Pulbaum, Mr. Franz",male,27,0,0,SC/PARIS 2168,2,15.0333,?,Cherbourg,0 +"Quick, Miss. Phyllis May",female,2,1,1,26360,2,26,?,Southampton,1 +"Quick, Miss. Winifred Vera",female,8,1,1,26360,2,26,?,Southampton,1 +"Quick, Mrs. Frederick Charles (Jane Richards)",female,33,0,2,26360,2,26,?,Southampton,1 +"Radeff, Mr. Alexander",male,?,0,0,349223,3,7.8958,?,Southampton,0 +"Rasmussen, Mrs. (Lena Jacobsen Solvang)",female,?,0,0,65305,3,8.1125,?,Southampton,0 +"Razi, Mr. Raihed",male,?,0,0,2629,3,7.2292,?,Cherbourg,0 +"Reed, Mr. James George",male,?,0,0,362316,3,7.25,?,Southampton,0 +"Reeves, Mr. David",male,36,0,0,C.A. 17248,2,10.5,?,Southampton,0 +"Rekic, Mr. Tido",male,38,0,0,349249,3,7.8958,?,Southampton,0 +"Renouf, Mr. Peter Henry",male,34,1,0,31027,2,21,?,Southampton,0 +"Renouf, Mrs. Peter Henry (Lillian Jefferys)",female,30,3,0,31027,2,21,?,Southampton,1 +"Reuchlin, Jonkheer. John George",male,38,0,0,19972,1,0,?,Southampton,0 +"Reynaldo, Ms. Encarnacion",female,28,0,0,230434,2,13,?,Southampton,1 +"Reynolds, Mr. Harold J",male,21,0,0,342684,3,8.05,?,Southampton,0 +"Rheims, Mr. George Alexander Lucien",male,?,0,0,PC 17607,1,39.6,?,Southampton,1 +"Rice, Master. Albert",male,10,4,1,382652,3,29.125,?,Queenstown,0 +"Rice, Master. Arthur",male,4,4,1,382652,3,29.125,?,Queenstown,0 +"Rice, Master. Eric",male,7,4,1,382652,3,29.125,?,Queenstown,0 +"Rice, Master. Eugene",male,2,4,1,382652,3,29.125,?,Queenstown,0 +"Rice, Master. George Hugh",male,8,4,1,382652,3,29.125,?,Queenstown,0 +"Rice, Mrs. William (Margaret Norton)",female,39,0,5,382652,3,29.125,?,Queenstown,0 +"Richard, Mr. Emile",male,23,0,0,SC/PARIS 2133,2,15.0458,?,Cherbourg,0 +"Richards, Master. George Sibley",male,0.8333,1,1,29106,2,18.75,?,Southampton,1 +"Richards, Master. William Rowe",male,3,1,1,29106,2,18.75,?,Southampton,1 +"Richards, Mrs. Sidney (Emily Hocking)",female,24,2,3,29106,2,18.75,?,Southampton,1 +"Ridsdale, Miss. Lucy",female,50,0,0,W./C. 14258,2,10.5,?,Southampton,1 +"Riihivouri, Miss. Susanna Juhantytar 'Sanni'",female,22,0,0,3101295,3,39.6875,?,Southampton,0 +"Ringhini, Mr. Sante",male,22,0,0,PC 17760,1,135.6333,?,Cherbourg,0 +"Rintamaki, Mr. Matti",male,35,0,0,STON/O 2. 3101273,3,7.125,?,Southampton,0 +"Riordan, Miss. Johanna 'Hannah'",female,?,0,0,334915,3,7.7208,?,Queenstown,1 +"Risien, Mr. Samuel Beard",male,?,0,0,364498,3,14.5,?,Southampton,0 +"Risien, Mrs. Samuel (Emma)",female,?,0,0,364498,3,14.5,?,Southampton,0 +"Robbins, Mr. Victor",male,?,0,0,PC 17757,1,227.525,?,Cherbourg,0 +"Robert, Mrs. Edward Scott (Elisabeth Walton McMillan)",female,43,0,1,24160,1,211.3375,B3,Southampton,1 +"Robins, Mr. Alexander A",male,50,1,0,A/5. 3337,3,14.5,?,Southampton,0 +"Robins, Mrs. Alexander A (Grace Charity Laury)",female,47,1,0,A/5. 3337,3,14.5,?,Southampton,0 +"Roebling, Mr. Washington Augustus II",male,31,0,0,PC 17590,1,50.4958,A24,Southampton,0 +"Rogers, Mr. Reginald Harry",male,19,0,0,28004,2,10.5,?,Southampton,0 +"Rogers, Mr. William John",male,?,0,0,S.C./A.4. 23567,3,8.05,?,Southampton,0 +"Romaine, Mr. Charles Hallace ('Mr C Rolmane')",male,45,0,0,111428,1,26.55,?,Southampton,1 +"Rommetvedt, Mr. Knud Paust",male,?,0,0,312993,3,7.775,?,Southampton,0 +"Rood, Mr. Hugh Roscoe",male,?,0,0,113767,1,50,A32,Southampton,0 +"Rosblom, Miss. Salli Helena",female,2,1,1,370129,3,20.2125,?,Southampton,0 +"Rosblom, Mr. Viktor Richard",male,18,1,1,370129,3,20.2125,?,Southampton,0 +"Rosblom, Mrs. Viktor (Helena Wilhelmina)",female,41,0,2,370129,3,20.2125,?,Southampton,0 +"Rosenbaum, Miss. Edith Louise",female,33,0,0,PC 17613,1,27.7208,A11,Cherbourg,1 +"Rosenshine, Mr. George ('Mr George Thorne')",male,46,0,0,PC 17585,1,79.2,?,Cherbourg,0 +"Ross, Mr. John Hugo",male,36,0,0,13049,1,40.125,A10,Cherbourg,0 +"Roth, Miss. Sarah A",female,?,0,0,342712,3,8.05,?,Southampton,1 +"Rothes, the Countess. of (Lucy Noel Martha Dyer-Edwards)",female,33,0,0,110152,1,86.5,B77,Southampton,1 +"Rothschild, Mr. Martin",male,55,1,0,PC 17603,1,59.4,?,Cherbourg,0 +"Rothschild, Mrs. Martin (Elizabeth L. Barrett)",female,54,1,0,PC 17603,1,59.4,?,Cherbourg,1 +"Rouse, Mr. Richard Henry",male,50,0,0,A/5 3594,3,8.05,?,Southampton,0 +"Rowe, Mr. Alfred G",male,33,0,0,113790,1,26.55,?,Southampton,0 +"Rugg, Miss. Emily",female,21,0,0,C.A. 31026,2,10.5,?,Southampton,1 +"Rush, Mr. Alfred George John",male,16,0,0,A/4. 20589,3,8.05,?,Southampton,0 +"Ryan, Mr. Edward",male,?,0,0,383162,3,7.75,?,Queenstown,1 +"Ryan, Mr. Patrick",male,?,0,0,371110,3,24.15,?,Queenstown,0 +"Ryerson, Master. John Borie",male,13,2,2,PC 17608,1,262.375,B57 B59 B63 B66,Cherbourg,1 +"Ryerson, Miss. Emily Borie",female,18,2,2,PC 17608,1,262.375,B57 B59 B63 B66,Cherbourg,1 +"Ryerson, Miss. Susan Parker 'Suzette'",female,21,2,2,PC 17608,1,262.375,B57 B59 B63 B66,Cherbourg,1 +"Ryerson, Mr. Arthur Larned",male,61,1,3,PC 17608,1,262.375,B57 B59 B63 B66,Cherbourg,0 +"Ryerson, Mrs. Arthur Larned (Emily Maria Borie)",female,48,1,3,PC 17608,1,262.375,B57 B59 B63 B66,Cherbourg,1 +"Saad, Mr. Amin",male,?,0,0,2671,3,7.2292,?,Cherbourg,0 +"Saad, Mr. Khalil",male,25,0,0,2672,3,7.225,?,Cherbourg,0 +"Saade, Mr. Jean Nassr",male,?,0,0,2676,3,7.225,?,Cherbourg,0 +"Saalfeld, Mr. Adolphe",male,?,0,0,19988,1,30.5,C106,Southampton,1 +"Sadlier, Mr. Matthew",male,?,0,0,367655,3,7.7292,?,Queenstown,0 +"Sadowitz, Mr. Harry",male,?,0,0,LP 1588,3,7.575,?,Southampton,0 +"Saether, Mr. Simon Sivertsen",male,38.5,0,0,SOTON/O.Q. 3101262,3,7.25,?,Southampton,0 +"Sage, Master. Thomas Henry",male,?,8,2,CA. 2343,3,69.55,?,Southampton,0 +"Sage, Master. William Henry",male,14.5,8,2,CA. 2343,3,69.55,?,Southampton,0 +"Sage, Miss. Ada",female,?,8,2,CA. 2343,3,69.55,?,Southampton,0 +"Sage, Miss. Constance Gladys",female,?,8,2,CA. 2343,3,69.55,?,Southampton,0 +"Sage, Miss. Dorothy Edith 'Dolly'",female,?,8,2,CA. 2343,3,69.55,?,Southampton,0 +"Sage, Miss. Stella Anna",female,?,8,2,CA. 2343,3,69.55,?,Southampton,0 +"Sage, Mr. Douglas Bullen",male,?,8,2,CA. 2343,3,69.55,?,Southampton,0 +"Sage, Mr. Frederick",male,?,8,2,CA. 2343,3,69.55,?,Southampton,0 +"Sage, Mr. George John Jr",male,?,8,2,CA. 2343,3,69.55,?,Southampton,0 +"Sage, Mr. John George",male,?,1,9,CA. 2343,3,69.55,?,Southampton,0 +"Sage, Mrs. John (Annie Bullen)",female,?,1,9,CA. 2343,3,69.55,?,Southampton,0 +"Sagesser, Mlle. Emma",female,24,0,0,PC 17477,1,69.3,B35,Cherbourg,1 +"Salander, Mr. Karl Johan",male,24,0,0,7266,3,9.325,?,Southampton,0 +"Salkjelsvik, Miss. Anna Kristine",female,21,0,0,343120,3,7.65,?,Southampton,1 +"Salomon, Mr. Abraham L",male,?,0,0,111163,1,26,?,Southampton,1 +"Salonen, Mr. Johan Werner",male,39,0,0,3101296,3,7.925,?,Southampton,0 +"Samaan, Mr. Elias",male,?,2,0,2662,3,21.6792,?,Cherbourg,0 +"Samaan, Mr. Hanna",male,?,2,0,2662,3,21.6792,?,Cherbourg,0 +"Samaan, Mr. Youssef",male,?,2,0,2662,3,21.6792,?,Cherbourg,0 +"Sandstrom, Miss. Beatrice Irene",female,1,1,1,PP 9549,3,16.7,G6,Southampton,1 +"Sandstrom, Miss. Marguerite Rut",female,4,1,1,PP 9549,3,16.7,G6,Southampton,1 +"Sandstrom, Mrs. Hjalmar (Agnes Charlotta Bengtsson)",female,24,0,2,PP 9549,3,16.7,G6,Southampton,1 +"Sap, Mr. Julius",male,25,0,0,345768,3,9.5,?,Southampton,1 +"Saundercock, Mr. William Henry",male,20,0,0,A/5. 2151,3,8.05,?,Southampton,0 +"Sawyer, Mr. Frederick Charles",male,24.5,0,0,342826,3,8.05,?,Southampton,0 +"Scanlan, Mr. James",male,?,0,0,36209,3,7.725,?,Queenstown,0 +"Schabert, Mrs. Paul (Emma Mock)",female,35,1,0,13236,1,57.75,C28,Cherbourg,1 +"Schmidt, Mr. August",male,26,0,0,248659,2,13,?,Southampton,0 +"Sdycoff, Mr. Todor",male,?,0,0,349222,3,7.8958,?,Southampton,0 +"Sedgwick, Mr. Charles Frederick Waddington",male,25,0,0,244361,2,13,?,Southampton,0 +"Serepeca, Miss. Augusta",female,30,0,0,113798,1,31,?,Cherbourg,1 +"Seward, Mr. Frederic Kimber",male,34,0,0,113794,1,26.55,?,Southampton,1 +"Sharp, Mr. Percival James R",male,27,0,0,244358,2,26,?,Southampton,0 +"Shaughnessy, Mr. Patrick",male,?,0,0,370374,3,7.75,?,Queenstown,0 +"Sheerlinck, Mr. Jan Baptist",male,29,0,0,345779,3,9.5,?,Southampton,1 +"Shellard, Mr. Frederick William",male,?,0,0,C.A. 6212,3,15.1,?,Southampton,0 +"Shelley, Mrs. William (Imanita Parrish Hall)",female,25,0,1,230433,2,26,?,Southampton,1 +"Shine, Miss. Ellen Natalia",female,?,0,0,330968,3,7.7792,?,Queenstown,1 +"Shorney, Mr. Charles Joseph",male,?,0,0,374910,3,8.05,?,Southampton,0 +"Shutes, Miss. Elizabeth W",female,40,0,0,PC 17582,1,153.4625,C125,Southampton,1 +"Silven, Miss. Lyyli Karoliina",female,18,0,2,250652,2,13,?,Southampton,1 +"Silverthorne, Mr. Spencer Victor",male,35,0,0,PC 17475,1,26.2875,E24,Southampton,1 +"Silvey, Mr. William Baird",male,50,1,0,13507,1,55.9,E44,Southampton,0 +"Silvey, Mrs. William Baird (Alice Munger)",female,39,1,0,13507,1,55.9,E44,Southampton,1 +"Simmons, Mr. John",male,?,0,0,SOTON/OQ 392082,3,8.05,?,Southampton,0 +"Simonius-Blumer, Col. Oberst Alfons",male,56,0,0,13213,1,35.5,A26,Cherbourg,1 +"Sincock, Miss. Maude",female,20,0,0,C.A. 33112,2,36.75,?,Southampton,1 +"Sinkkonen, Miss. Anna",female,30,0,0,250648,2,13,?,Southampton,1 +"Sirayanian, Mr. Orsen",male,22,0,0,2669,3,7.2292,?,Cherbourg,0 +"Sirota, Mr. Maurice",male,?,0,0,392092,3,8.05,?,Southampton,0 +"Sivic, Mr. Husein",male,40,0,0,349251,3,7.8958,?,Southampton,0 +"Sivola, Mr. Antti Wilhelm",male,21,0,0,STON/O 2. 3101280,3,7.925,?,Southampton,0 +"Sjoblom, Miss. Anna Sofia",female,18,0,0,3101265,3,7.4958,?,Southampton,1 +"Sjostedt, Mr. Ernst Adolf",male,59,0,0,237442,2,13.5,?,Southampton,0 +"Skoog, Master. Harald",male,4,3,2,347088,3,27.9,?,Southampton,0 +"Skoog, Master. Karl Thorsten",male,10,3,2,347088,3,27.9,?,Southampton,0 +"Skoog, Miss. Mabel",female,9,3,2,347088,3,27.9,?,Southampton,0 +"Skoog, Miss. Margit Elizabeth",female,2,3,2,347088,3,27.9,?,Southampton,0 +"Skoog, Mr. Wilhelm",male,40,1,4,347088,3,27.9,?,Southampton,0 +"Skoog, Mrs. William (Anna Bernhardina Karlsson)",female,45,1,4,347088,3,27.9,?,Southampton,0 +"Slabenoff, Mr. Petco",male,?,0,0,349214,3,7.8958,?,Southampton,0 +"Slayter, Miss. Hilda Mary",female,30,0,0,234818,2,12.35,?,Queenstown,1 +"Slemen, Mr. Richard James",male,35,0,0,28206,2,10.5,?,Southampton,0 +"Slocovski, Mr. Selman Francis",male,?,0,0,SOTON/OQ 392086,3,8.05,?,Southampton,0 +"Sloper, Mr. William Thompson",male,28,0,0,113788,1,35.5,A6,Southampton,1 +"Smart, Mr. John Montgomery",male,56,0,0,113792,1,26.55,?,Southampton,0 +"Smiljanic, Mr. Mile",male,?,0,0,315037,3,8.6625,?,Southampton,0 +"Smith, Miss. Marion Elsie",female,40,0,0,31418,2,13,?,Southampton,1 +"Smith, Mr. James Clinch",male,56,0,0,17764,1,30.6958,A7,Cherbourg,0 +"Smith, Mr. Lucien Philip",male,24,1,0,13695,1,60,C31,Southampton,0 +"Smith, Mr. Richard William",male,?,0,0,113056,1,26,A19,Southampton,0 +"Smith, Mr. Thomas",male,?,0,0,384461,3,7.75,?,Queenstown,0 +"Smith, Mrs. Lucien Philip (Mary Eloise Hughes)",female,18,1,0,13695,1,60,C31,Southampton,1 +"Smyth, Miss. Julia",female,?,0,0,335432,3,7.7333,?,Queenstown,1 +"Snyder, Mr. John Pillsbury",male,24,1,0,21228,1,82.2667,B45,Southampton,1 +"Snyder, Mrs. John Pillsbury (Nelle Stevenson)",female,23,1,0,21228,1,82.2667,B45,Southampton,1 +"Sobey, Mr. Samuel James Hayden",male,25,0,0,C.A. 29178,2,13,?,Southampton,0 +"Soholt, Mr. Peter Andreas Lauritz Andersen",male,19,0,0,348124,3,7.65,F G73,Southampton,0 +"Somerton, Mr. Francis William",male,30,0,0,A.5. 18509,3,8.05,?,Southampton,0 +"Spector, Mr. Woolf",male,?,0,0,A.5. 3236,3,8.05,?,Southampton,0 +"Spedden, Master. Robert Douglas",male,6,0,2,16966,1,134.5,E34,Cherbourg,1 +"Spedden, Mr. Frederic Oakley",male,45,1,1,16966,1,134.5,E34,Cherbourg,1 +"Spedden, Mrs. Frederic Oakley (Margaretta Corning Stone)",female,40,1,1,16966,1,134.5,E34,Cherbourg,1 +"Spencer, Mr. William Augustus",male,57,1,0,PC 17569,1,146.5208,B78,Cherbourg,0 +"Spencer, Mrs. William Augustus (Marie Eugenie)",female,?,1,0,PC 17569,1,146.5208,B78,Cherbourg,1 +"Spinner, Mr. Henry John",male,32,0,0,STON/OQ. 369943,3,8.05,?,Southampton,0 +"Stahelin-Maeglin, Dr. Max",male,32,0,0,13214,1,30.5,B50,Cherbourg,1 +"Staneff, Mr. Ivan",male,?,0,0,349208,3,7.8958,?,Southampton,0 +"Stankovic, Mr. Ivan",male,33,0,0,349239,3,8.6625,?,Cherbourg,0 +"Stanley, Miss. Amy Zillah Elsie",female,23,0,0,CA. 2314,3,7.55,?,Southampton,1 +"Stanley, Mr. Edward Roland",male,21,0,0,A/4 45380,3,8.05,?,Southampton,0 +"Stanton, Mr. Samuel Ward",male,41,0,0,237734,2,15.0458,?,Cherbourg,0 +"Stead, Mr. William Thomas",male,62,0,0,113514,1,26.55,C87,Southampton,0 +"Stengel, Mr. Charles Emil Henry",male,54,1,0,11778,1,55.4417,C116,Cherbourg,1 +"Stengel, Mrs. Charles Emil Henry (Annie May Morris)",female,43,1,0,11778,1,55.4417,C116,Cherbourg,1 +"Stephenson, Mrs. Walter Bertram (Martha Eustis)",female,52,1,0,36947,1,78.2667,D20,Cherbourg,1 +"Stewart, Mr. Albert A",male,?,0,0,PC 17605,1,27.7208,?,Cherbourg,0 +"Stokes, Mr. Philip Joseph",male,25,0,0,F.C.C. 13540,2,10.5,?,Southampton,0 +"Stone, Mrs. George Nelson (Martha Evelyn)",female,62,0,0,113572,1,80,B28,?,1 +"Storey, Mr. Thomas",male,60.5,0,0,3701,3,?,?,Southampton,0 +"Stoytcheff, Mr. Ilia",male,19,0,0,349205,3,7.8958,?,Southampton,0 +"Strandberg, Miss. Ida Sofia",female,22,0,0,7553,3,9.8375,?,Southampton,0 +"Stranden, Mr. Juho",male,31,0,0,STON/O 2. 3101288,3,7.925,?,Southampton,1 +"Straus, Mr. Isidor",male,67,1,0,PC 17483,1,221.7792,C55 C57,Southampton,0 +"Straus, Mrs. Isidor (Rosalie Ida Blun)",female,63,1,0,PC 17483,1,221.7792,C55 C57,Southampton,0 +"Strilic, Mr. Ivan",male,27,0,0,315083,3,8.6625,?,Southampton,0 +"Strom, Miss. Telma Matilda",female,2,0,1,347054,3,10.4625,G6,Southampton,0 +"Strom, Mrs. Wilhelm (Elna Matilda Persson)",female,29,1,1,347054,3,10.4625,G6,Southampton,0 +"Sunderland, Mr. Victor Francis",male,16,0,0,SOTON/OQ 392089,3,8.05,?,Southampton,1 +"Sundman, Mr. Johan Julian",male,44,0,0,STON/O 2. 3101269,3,7.925,?,Southampton,1 +"Sutehall, Mr. Henry Jr",male,25,0,0,SOTON/OQ 392076,3,7.05,?,Southampton,0 +"Sutton, Mr. Frederick",male,61,0,0,36963,1,32.3208,D50,Southampton,0 +"Svensson, Mr. Johan",male,74,0,0,347060,3,7.775,?,Southampton,0 +"Svensson, Mr. Johan Cervin",male,14,0,0,7538,3,9.225,?,Southampton,1 +"Svensson, Mr. Olof",male,24,0,0,350035,3,7.7958,?,Southampton,0 +"Swane, Mr. George",male,18.5,0,0,248734,2,13,F,Southampton,0 +"Sweet, Mr. George Frederick",male,14,0,0,220845,2,65,?,Southampton,0 +"Swift, Mrs. Frederick Joel (Margaret Welles Barron)",female,48,0,0,17466,1,25.9292,D17,Southampton,1 +"Taussig, Miss. Ruth",female,18,0,2,110413,1,79.65,E68,Southampton,1 +"Taussig, Mr. Emil",male,52,1,1,110413,1,79.65,E67,Southampton,0 +"Taussig, Mrs. Emil (Tillie Mandelbaum)",female,39,1,1,110413,1,79.65,E67,Southampton,1 +"Taylor, Mr. Elmer Zebley",male,48,1,0,19996,1,52,C126,Southampton,1 +"Taylor, Mrs. Elmer Zebley (Juliet Cummins Wright)",female,?,1,0,19996,1,52,C126,Southampton,1 +"Tenglin, Mr. Gunnar Isidor",male,25,0,0,350033,3,7.7958,?,Southampton,1 +"Thayer, Mr. John Borland",male,49,1,1,17421,1,110.8833,C68,Cherbourg,0 +"Thayer, Mr. John Borland Jr",male,17,0,2,17421,1,110.8833,C70,Cherbourg,1 +"Thayer, Mrs. John Borland (Marian Longstreth Morris)",female,39,1,1,17421,1,110.8833,C68,Cherbourg,1 +"Theobald, Mr. Thomas Leonard",male,34,0,0,363294,3,8.05,?,Southampton,0 +"Thomas, Master. Assad Alexander",male,0.4167,0,1,2625,3,8.5167,?,Cherbourg,1 +"Thomas, Mr. Charles P",male,?,1,0,2621,3,6.4375,?,Cherbourg,0 +"Thomas, Mr. John",male,?,0,0,2681,3,6.4375,?,Cherbourg,0 +"Thomas, Mr. Tannous",male,?,0,0,2684,3,7.225,?,Cherbourg,0 +"Thomas, Mrs. Alexander (Thamine 'Thelma')",female,16,1,1,2625,3,8.5167,?,Cherbourg,1 +"Thomson, Mr. Alexander Morrison",male,?,0,0,32302,3,8.05,?,Southampton,0 +"Thorne, Mrs. Gertrude Maybelle",female,?,0,0,PC 17585,1,79.2,?,Cherbourg,1 +"Thorneycroft, Mr. Percival",male,?,1,0,376564,3,16.1,?,Southampton,0 +"Thorneycroft, Mrs. Percival (Florence Kate White)",female,?,1,0,376564,3,16.1,?,Southampton,1 +"Tikkanen, Mr. Juho",male,32,0,0,STON/O 2. 3101293,3,7.925,?,Southampton,0 +"Tobin, Mr. Roger",male,?,0,0,383121,3,7.75,F38,Queenstown,0 +"Todoroff, Mr. Lalio",male,?,0,0,349216,3,7.8958,?,Southampton,0 +"Tomlin, Mr. Ernest Portage",male,30.5,0,0,364499,3,8.05,?,Southampton,0 +"Toomey, Miss. Ellen",female,50,0,0,F.C.C. 13531,2,10.5,?,Southampton,1 +"Torber, Mr. Ernst William",male,44,0,0,364511,3,8.05,?,Southampton,0 +"Torfa, Mr. Assad",male,?,0,0,2673,3,7.2292,?,Cherbourg,0 +"Tornquist, Mr. William Henry",male,25,0,0,LINE,3,0,?,Southampton,1 +"Toufik, Mr. Nakli",male,?,0,0,2641,3,7.2292,?,Cherbourg,0 +"Touma, Master. Georges Youssef",male,7,1,1,2650,3,15.2458,?,Cherbourg,1 +"Touma, Miss. Maria Youssef",female,9,1,1,2650,3,15.2458,?,Cherbourg,1 +"Touma, Mrs. Darwis (Hanne Youssef Razi)",female,29,0,2,2650,3,15.2458,?,Cherbourg,1 +"Troupiansky, Mr. Moses Aaron",male,23,0,0,233639,2,13,?,Southampton,0 +"Trout, Mrs. William H (Jessie L)",female,28,0,0,240929,2,12.65,?,Southampton,1 +"Troutt, Miss. Edwina Celia 'Winnie'",female,27,0,0,34218,2,10.5,E101,Southampton,1 +"Tucker, Mr. Gilbert Milligan Jr",male,31,0,0,2543,1,28.5375,C53,Cherbourg,1 +"Turcin, Mr. Stjepan",male,36,0,0,349247,3,7.8958,?,Southampton,0 +"Turja, Miss. Anna Sofia",female,18,0,0,4138,3,9.8417,?,Southampton,1 +"Turkula, Mrs. (Hedwig)",female,63,0,0,4134,3,9.5875,?,Southampton,1 +"Turpin, Mr. William John Robert",male,29,1,0,11668,2,21,?,Southampton,0 +"Turpin, Mrs. William John Robert (Dorothy Ann Wonnacott)",female,27,1,0,11668,2,21,?,Southampton,0 +"Uruchurtu, Don. Manuel E",male,40,0,0,PC 17601,1,27.7208,?,Cherbourg,0 +"van Billiard, Master. James William",male,?,1,1,A/5. 851,3,14.5,?,Southampton,0 +"van Billiard, Master. Walter John",male,11.5,1,1,A/5. 851,3,14.5,?,Southampton,0 +"van Billiard, Mr. Austin Blyler",male,40.5,0,2,A/5. 851,3,14.5,?,Southampton,0 +"Van der hoef, Mr. Wyckoff",male,61,0,0,111240,1,33.5,B19,Southampton,0 +"Van Impe, Miss. Catharina",female,10,0,2,345773,3,24.15,?,Southampton,0 +"Van Impe, Mr. Jean Baptiste",male,36,1,1,345773,3,24.15,?,Southampton,0 +"Van Impe, Mrs. Jean Baptiste (Rosalie Paula Govaert)",female,30,1,1,345773,3,24.15,?,Southampton,0 +"van Melkebeke, Mr. Philemon",male,?,0,0,345777,3,9.5,?,Southampton,0 +"Vande Velde, Mr. Johannes Joseph",male,33,0,0,345780,3,9.5,?,Southampton,0 +"Vande Walle, Mr. Nestor Cyriel",male,28,0,0,345770,3,9.5,?,Southampton,0 +"Vanden Steen, Mr. Leo Peter",male,28,0,0,345783,3,9.5,?,Southampton,0 +"Vander Cruyssen, Mr. Victor",male,47,0,0,345765,3,9,?,Southampton,0 +"Vander Planke, Miss. Augusta Maria",female,18,2,0,345764,3,18,?,Southampton,0 +"Vander Planke, Mr. Julius",male,31,3,0,345763,3,18,?,Southampton,0 +"Vander Planke, Mr. Leo Edmondus",male,16,2,0,345764,3,18,?,Southampton,0 +"Vander Planke, Mrs. Julius (Emelia Maria Vandemoortele)",female,31,1,0,345763,3,18,?,Southampton,0 +"Vartanian, Mr. David",male,22,0,0,2658,3,7.225,?,Cherbourg,1 +"Veal, Mr. James",male,40,0,0,28221,2,13,?,Southampton,0 +"Vendel, Mr. Olof Edvin",male,20,0,0,350416,3,7.8542,?,Southampton,0 +"Vestrom, Miss. Hulda Amanda Adolfina",female,14,0,0,350406,3,7.8542,?,Southampton,0 +"Vovk, Mr. Janko",male,22,0,0,349252,3,7.8958,?,Southampton,0 +"Waelens, Mr. Achille",male,22,0,0,345767,3,9,?,Southampton,0 +"Walcroft, Miss. Nellie",female,31,0,0,F.C.C. 13528,2,21,?,Southampton,1 +"Walker, Mr. William Anderson",male,47,0,0,36967,1,34.0208,D46,Southampton,0 +"Ward, Miss. Anna",female,35,0,0,PC 17755,1,512.3292,?,Cherbourg,1 +"Ware, Mr. Frederick",male,?,0,0,359309,3,8.05,?,Southampton,0 +"Ware, Mr. John James",male,30,1,0,CA 31352,2,21,?,Southampton,0 +"Ware, Mr. William Jeffery",male,23,1,0,28666,2,10.5,?,Southampton,0 +"Ware, Mrs. John James (Florence Louise Long)",female,31,0,0,CA 31352,2,21,?,Southampton,1 +"Warren, Mr. Charles William",male,?,0,0,C.A. 49867,3,7.55,?,Southampton,0 +"Warren, Mr. Frank Manley",male,64,1,0,110813,1,75.25,D37,Cherbourg,0 +"Warren, Mrs. Frank Manley (Anna Sophia Atkinson)",female,60,1,0,110813,1,75.25,D37,Cherbourg,1 +"Watson, Mr. Ennis Hastings",male,?,0,0,239856,2,0,?,Southampton,0 +"Watt, Miss. Bertha J",female,12,0,0,C.A. 33595,2,15.75,?,Southampton,1 +"Watt, Mrs. James (Elizabeth 'Bessie' Inglis Milne)",female,40,0,0,C.A. 33595,2,15.75,?,Southampton,1 +"Webber, Miss. Susan",female,32.5,0,0,27267,2,13,E101,Southampton,1 +"Webber, Mr. James",male,?,0,0,SOTON/OQ 3101316,3,8.05,?,Southampton,0 +"Weir, Col. John",male,60,0,0,113800,1,26.55,?,Southampton,0 +"Weisz, Mr. Leopold",male,27,1,0,228414,2,26,?,Southampton,0 +"Weisz, Mrs. Leopold (Mathilde Francoise Pede)",female,29,1,0,228414,2,26,?,Southampton,1 +"Wells, Master. Ralph Lester",male,2,1,1,29103,2,23,?,Southampton,1 +"Wells, Miss. Joan",female,4,1,1,29103,2,23,?,Southampton,1 +"Wells, Mrs. Arthur Henry ('Addie' Dart Trevaskis)",female,29,0,2,29103,2,23,?,Southampton,1 +"Wenzel, Mr. Linhart",male,32.5,0,0,345775,3,9.5,?,Southampton,0 +"West, Miss. Barbara J",female,0.9167,1,2,C.A. 34651,2,27.75,?,Southampton,1 +"West, Miss. Constance Mirium",female,5,1,2,C.A. 34651,2,27.75,?,Southampton,1 +"West, Mr. Edwy Arthur",male,36,1,2,C.A. 34651,2,27.75,?,Southampton,0 +"West, Mrs. Edwy Arthur (Ada Mary Worth)",female,33,1,2,C.A. 34651,2,27.75,?,Southampton,1 +"Whabee, Mrs. George Joseph (Shawneene Abi-Saab)",female,38,0,0,2688,3,7.2292,?,Cherbourg,1 +"Wheadon, Mr. Edward H",male,66,0,0,C.A. 24579,2,10.5,?,Southampton,0 +"Wheeler, Mr. Edwin 'Frederick'",male,?,0,0,SC/PARIS 2159,2,12.875,?,Southampton,0 +"White, Mr. Percival Wayland",male,54,0,1,35281,1,77.2875,D26,Southampton,0 +"White, Mr. Richard Frasar",male,21,0,1,35281,1,77.2875,D26,Southampton,0 +"White, Mrs. John Stuart (Ella Holmes)",female,55,0,0,PC 17760,1,135.6333,C32,Cherbourg,1 +"Wick, Miss. Mary Natalie",female,31,0,2,36928,1,164.8667,C7,Southampton,1 +"Wick, Mr. George Dennick",male,57,1,1,36928,1,164.8667,?,Southampton,0 +"Wick, Mrs. George Dennick (Mary Hitchcock)",female,45,1,1,36928,1,164.8667,?,Southampton,1 +"Widegren, Mr. Carl/Charles Peter",male,51,0,0,347064,3,7.75,?,Southampton,0 +"Widener, Mr. George Dunton",male,50,1,1,113503,1,211.5,C80,Cherbourg,0 +"Widener, Mr. Harry Elkins",male,27,0,2,113503,1,211.5,C82,Cherbourg,0 +"Widener, Mrs. George Dunton (Eleanor Elkins)",female,50,1,1,113503,1,211.5,C80,Cherbourg,1 +"Wiklund, Mr. Jakob Alfred",male,18,1,0,3101267,3,6.4958,?,Southampton,0 +"Wiklund, Mr. Karl Johan",male,21,1,0,3101266,3,6.4958,?,Southampton,0 +"Wilhelms, Mr. Charles",male,31,0,0,244270,2,13,?,Southampton,1 +"Wilkes, Mrs. James (Ellen Needs)",female,47,1,0,363272,3,7,?,Southampton,1 +"Willard, Miss. Constance",female,21,0,0,113795,1,26.55,?,Southampton,1 +"Willer, Mr. Aaron ('Abi Weller')",male,?,0,0,3410,3,8.7125,?,Southampton,0 +"Willey, Mr. Edward",male,?,0,0,S.O./P.P. 751,3,7.55,?,Southampton,0 +"Williams, Mr. Charles Duane",male,51,0,1,PC 17597,1,61.3792,?,Cherbourg,0 +"Williams, Mr. Charles Eugene",male,?,0,0,244373,2,13,?,Southampton,1 +"Williams, Mr. Howard Hugh 'Harry'",male,?,0,0,A/5 2466,3,8.05,?,Southampton,0 +"Williams, Mr. Leslie",male,28.5,0,0,54636,3,16.1,?,Southampton,0 +"Williams, Mr. Richard Norris II",male,21,0,1,PC 17597,1,61.3792,?,Cherbourg,1 +"Williams-Lambert, Mr. Fletcher Fellows",male,?,0,0,113510,1,35,C128,Southampton,0 +"Wilson, Miss. Helen Alice",female,31,0,0,16966,1,134.5,E39 E41,Cherbourg,1 +"Windelov, Mr. Einar",male,21,0,0,SOTON/OQ 3101317,3,7.25,?,Southampton,0 +"Wirz, Mr. Albert",male,27,0,0,315154,3,8.6625,?,Southampton,0 +"Wiseman, Mr. Phillippe",male,?,0,0,A/4. 34244,3,7.25,?,Southampton,0 +"Wittevrongel, Mr. Camille",male,36,0,0,345771,3,9.5,?,Southampton,0 +"Woolner, Mr. Hugh",male,?,0,0,19947,1,35.5,C52,Southampton,1 +"Wright, Miss. Marion",female,26,0,0,220844,2,13.5,?,Southampton,1 +"Wright, Mr. George",male,62,0,0,113807,1,26.55,?,Southampton,0 +"Yasbeck, Mr. Antoni",male,27,1,0,2659,3,14.4542,?,Cherbourg,0 +"Yasbeck, Mrs. Antoni (Selini Alexander)",female,15,1,0,2659,3,14.4542,?,Cherbourg,1 +"Young, Miss. Marie Grice",female,36,0,0,PC 17760,1,135.6333,C32,Cherbourg,1 +"Youseff, Mr. Gerious",male,45.5,0,0,2628,3,7.225,?,Cherbourg,0 +"Yousif, Mr. Wazli",male,?,0,0,2647,3,7.225,?,Cherbourg,0 +"Yousseff, Mr. Gerious",male,?,0,0,2627,3,14.4583,?,Cherbourg,0 +"Yrois, Miss. Henriette ('Mrs Harbeck')",female,24,0,0,248747,2,13,?,Southampton,0 +"Zabour, Miss. Hileni",female,14.5,1,0,2665,3,14.4542,?,Cherbourg,0 +"Zabour, Miss. Thamine",female,?,1,0,2665,3,14.4542,?,Cherbourg,0 +"Zakarian, Mr. Mapriededer",male,26.5,0,0,2656,3,7.225,?,Cherbourg,0 +"Zakarian, Mr. Ortin",male,27,0,0,2670,3,7.225,?,Cherbourg,0 +"Zimmerman, Mr. Leo",male,29,0,0,315082,3,7.875,?,Southampton,0 diff --git a/src/tests/__init__.py b/src/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/tests/titanic/__init__.py b/src/tests/titanic/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/tests/titanic/test_load_titanic.py b/src/tests/titanic/test_load_titanic.py new file mode 100644 index 0000000..80ac92b --- /dev/null +++ b/src/tests/titanic/test_load_titanic.py @@ -0,0 +1,9 @@ +from safeds.data.tabular import Table +from safeds_examples.titanic import load_titanic + + +def test_load_titanic() -> None: + titanic = load_titanic() + + assert isinstance(titanic, Table) + assert titanic.count_rows() > 0