COSC 2670 Practical Data Science with Python Assignment

Assignment Help Python Programming
Reference no: EM132478039 , Length: 6 pages

COSC 2670 - Practical Data Science with Python - RMIT University

Introduction

In this assignment, you will examine a data file and carry out the first steps of the data science process, including the cleaning and exploring of data.

You will need to develop and implement appropriate steps, in IPython, to load a data file into memory, clean, process, and analyse it.
This assignment is intended to give you practical experience with the typical first steps of the data science process.

The "Practical Data Science" Canvas contains further announcements and a discus- sion board for this assignment. Please be sure to check these on a regular basis - it is your responsibility to stay informed with regards to any announcements or changes.

Part 1: Data Preparation
Have a look at the file StarWars.csv, which is available in Canvas under the Assignments
-> Assignment 1 section of the course Canvas.
This file contains data behind the story America's Favorite ‘Star Wars' Movies (And Least Favorite Characters)1. The author collected the data by running a poll through SurveyMonkey Audience, surveying 1,186 respondents. The description of the questions asked in the survey is given below.

• Have you seen any of the 6 films in the Star Wars franchise?
• Do you consider yourself to be a fan of the Star Wars film franchise?
Which of the following Star Wars films have you seen? Please select all that apply. (Star Wars: Episode I The Phantom Menace; Star Wars: Episode II Attack of the Clones; Star Wars: Episode III Revenge of the Sith; Star Wars: Episode IV A New Hope; Star Wars: Episode V The Empire Strikes Back; Star Wars: Episode VI Return of the Jedi)

Please rank the Star Wars films in order of preference with 1 being your favorite film in the franchise and 6 being your least favorite film. (Star Wars: Episode I The Phantom Menace; Star Wars: Episode II Attack of the Clones; Star Wars: Episode III Revenge of the Sith; Star Wars: Episode IV A New Hope; Star Wars: Episode V The Empire Strikes Back; Star Wars: Episode VI Return of the Jedi)

Please state whether you view the following characters favorably, unfavorably, or are unfamiliar with him/her. (Han Solo, Luke Skywalker, Princess Leia Organa, Anakin Skywalker, Obi Wan Kenobi, Emperor Palpatine, Darth Vader, Lando Calrissian, Boba Fett, C-3P0, R2-D2, Jar Jar Binks, Padme Amidala, Yoda)
• Which character shot first?
• Are you familiar with the Expanded Universe?
• Do you consider yourself to be a fan of the Expanded Universe?
• Do you consider yourself to be a fan of the Star Trek franchise?
• Gender
• Age

• Household Income
• Education
• Location (Census Region)
Being a careful data scientist, you know that it is vital to carefully check any available data before starting to analyse it. Your Part is to prepare the provided data for analysis. You will start by loading the CSV data from the file (using appropriate pandas functions) and checking whether the loaded data is equivalent to the data in the source CSV file. Then, you need to clean the data by using the knowledge we taught in the lectures. You need to deal with all the potential issues/errors in the data appropriately.

Part 2: Data Exploration

Explore the provided data based on the following steps:

1. Explore the survey question: Please rank the Star Wars films in order of preference with 1 being your favorite film in the franchise and 6 being your least favorite film. (Star Wars: Episode I The Phantom Menace; Star Wars: Episode II Attack of the Clones; Star Wars: Episode III Revenge of the Sith; Star Wars: Episode IV A New Hope; Star Wars: Episode V The Empire Strikes Back; Star Wars: Episode VI Return of the Jedi), then analysis how people rate Star Wars Movies.
2. Explore the relationships between columns. You need to choose 3 pairs of columns to focus on, and you need to generate 1 visualisation for each pair. Each pair of columns that you choose should address a plausible hypothesis for the data concerned.
3. Explore whether there are relationship between people's demographics (Gender, Age, Household Income, Education, Location) and their attitude to Start War characters.

Note, each visualization (graph) shoul be complete and informative in itself, and should be clear for readers to read and obtain information.

Part 3: Report
Write your report and save it in a file called report.pdf, and it must be in PDF format, and must be at most 6 (in single column format) pages (including figures and references) with a font size between 10 and 12 points. Penalties will apply if the report does not satisfy the requirement. Moreover, the quality of the report will be considered, e.g. clarity, grammar mistakes, the flow of the presentation.
Remember to clearly cite any sources (including books, research papers, course notes, etc.) that you referred to while designing aspects of your programs.
• Create a heading called "Data Preparation" in your report.
- Provide a brief explanation of how you addressed the Part. For the steps of dealing with the potential issues/errors, please create a sub-section for each type of errors you dealt with (e.g. typos, extra whitespaces, sanity checks for impossible values, and missing values etc), and also explain and justify how you dealt with each kind of errors.

• Create a heading called "Data Exploration" in your report.
- For each numbered step in Part 2 above, create a sub-section with correspond- ing numbering.

Attachment:- Practical Data Science with Python.rar

Reference no: EM132478039

Questions Cloud

What method of amortization is generally used : Over what period of time should the cost of various types of intangible assets be amortized by regular charges against revenue
Examine the launch of coke life from an ethical perspective : Assuming you were the CEO of the Coke-Cola Company (TCCC) in 2013, formulate the justification for the decision to launch Coca-Cola Life
Discusion on diabetes in african american population : Outline a proposal for health education that can be used in a family-centered health promotion to address the issue for the target population.
What is the book-tax difference : Red issued $20,000 non-qualified stock options valued at $40,000. What is the 20x2 book-tax difference associated with the stock options
COSC 2670 Practical Data Science with Python Assignment : COSC 2670 Practical Data Science with Python Assignment help and solution RMIT University - assessment writing service - examine a data file and carry out
How does one become a member of the board : Describe the geographic distribution, academic credentials, practice positions, and licensure status of members of the board for your specific region/area.
Analyze data sources and uses in the local : Analyze data sources and uses in the local, national, and global marketplaces. Assess challenges for domestic company marketing globally.
Prepare lafs master budgets in excel : Determine a credit recommendation for Kent Bank, to lend or not. Justify your credit decision. prepare LAF's master budgets in Excel
Explain why people demand health : In your own words use utility analysis to explain why people demand health. How does the Law of Diminishing Marginal Utility fit into the analysis?

Reviews

Write a Review

Python Programming Questions & Answers

  Create a function calledlocker to find your answer

Solve the "locker puzzle." A school has 100 students and 100 lockers. All lockers are closed on the first day of school. As the students enter.

  Describe how catching exceptions can help with file errors

Describe how catching exceptions can help with file errors. Write three Python examples that actually generate file errors on your computer.

  Write a python program that generates an informative website

ICT112 - Creative Problem Solving with Programming - University of the Sunshine Coast - write a Python program that generates an informative web site

  Design an application in python

Design an application in Python- The application would generate a set of 100 integers in a random manner in the range of 50 to 150 including both the numbers in the range

  The dictionary order based on the ascii order

Needless to say, the dictionary order based on the ASCII order is not what a real-world indexing software wants. So, we want to implement the dictionary order of strings in the standard wa

  Write a program that uses all of your functions

Write a program that uses all of your functions from above to carry out an RSA key generation, encryption, and decryption.

  Construct a function named intersperse that will prompt user

Construct a function named intersperse that will prompt the user to enter two sentences. Then it will print a combined sentence, consisting of alternating words

  Describe the original data for the city you are observing

Describe the original data for the city you are observing. Regression Analysis Hypothesis testing. Explain the hypothesis and the result by graph.

  Code a console-based program in python

CP1404/CP5632 2016 SP2/22/52 Assignment 1 - Shopping List 1.0. You are to plan and then code a console-based program in Python 3, as described in the following information and sample output. This assignment will help you build skills using selectio..

  Create a new file in the Python Editor

Programming Assignment - Files and Exception Handling. Create a new file in the Python Editor and copy-paste the following code into it

  Name a list to store the letters that are in the dictionary

Ask the user to enter a string. Convert all letters to uppercase. Count the frequency of each letter in the string. Store the frequency counts in a dictionary.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd