Using the provided Titanic data (Titanic3.xlsx)
, create visualizations to tell a story concerning the passengers and crew of the Titanic—those that survived and those that did not. A description of the data is provided below.
The assignment is very open‐ended as I want you to be creative and explore the data. This is an individual assignment so, your story should not look like anyone else’s story.
Deliverables: 1. You need to produce at least five views of the data provided. 2. Create a dashboard and a story for your graphs. 3. Save your file in a packaged workbook (.twbx) and upload to Blackboard. Titanic Dataset: Data Dictionary Variable Definition Key survival Survival 0 = No, 1 = Yes pclass Ticket class 1 = 1st, 2 = 2nd, 3 = 3rd sex Sex Age Age in years sibsp # of siblings / spouses aboard parch # of parents / children aboard ticket Ticket number fare Passenger fare cabin Cabin number Embarked Port of Embarkation C = Cherbourg, Q = Queenstown, S = Southampton Variable Notes pclass: A proxy for socio‐economic status (SES) 1st = Upper 2nd = Middle 3rd = Lower age: Age is fractional if less than
1. If the age is estimated, is it in the form of xx.5 sibsp: The dataset defines family relations in this way... Sibling = brother, sister, stepbrother, stepsister Spouse = husband, wife (mistresses and fiancés were ignored) parch: The dataset defines family relations in this way... Parent = mother, father Child = daughter, son, stepdaughter, stepson Some children travelled only with a nanny, therefore parch=0 for them.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme