Implement typical solution use cases in big data context

Assignment Help Python Programming
Reference no: EM132664086

MITS6005 Big Data - Victorian Institute of Technology

Learning Outcome 1: Expertly apply techniques to perform big data query manipulation, evaluate various data storage option and type of aggregated data modelling. Through a critical study, choose an appropriate storage model based on the application requirements for processing large amounts of structured and unstructured data.

Learning Outcome 2: Independently perform data manipulation and querying (including updates, transactions, and indexes) big data applications dealing with high volume using NoSQL. Organize, store the collected data and manipulate by crafting queries. For example, using Hive, HBase and related data tools.

Learning Outcome 3: Carry out research on emerging Big Data technologies to evolve models/solutions such as configurable and executable compute jobs on top of using distributed and shared memory architecture and Resilient Distributed Data Sets (RDDs).

Learning Outcome 4: Implement typical solution use cases in big data context using technologies such as MapReduce and Spark Framework and using ecosystems such as Hadoop (or other similar platform).

Objective

You will work with your group and leverage the data provided by Pixystems (see the Data Overview above for a high-level explanation of data provided) and information obtained from the CFO to identify areas for financial and operational improvement, address issues and errors found in processing of data. To do this your group must create analytics that will assess the validity of data and provide the insight the CFO is looking for.

It is expecting that you have a visualization report representing the analytical procedures you performed and assumptions you made. The project data required for the given case study is provided in "Fictional Project Data.xlsx" with the relevant records as tabs in the spreadsheets. You will have 10 mins minutes to present this visualization, assumptions made, and recommendations. Each member of your group must have an active speaking role within the presentation.

Description

Read carefully "Pixystems_Toys_Information.pdf" file. You are going to do the analytics using Packages in Python or the choice of your package. You can use "Tableau Server Client" and write your code in Python, or you can use other libraries in Python or choice of your package libraries; it is your choice. If you are using Python then it is one of the most frequently used programming languages in many fields, particularly in data science. There are many libraries in Python for various tasks including big data and data visualization. You must do some research on python packages or choice of your packages, find proper ones for the below task and use them for analysis and writing your report. But at the end, we expect a quality work from you. For Python code, you can use Python Anaconda or Google Colab. Colab is a free notebook environment that requires no setup and runs entirely in the cloud. You need to login to google Colab to enable to use it.

Your report should have 1000-1500 words addressing the business questions, challenges, analytics and data visualization in "Pixystems_Toys_Information.pdf". It should cover what you are going to solve and how, plots and recommendations. The report should have at least 6-10 plots (screenshots) from your findings with explanations. The program code needs to be added at the end of the project. The template of the word file is provided as "MITS6005-Report format for assignment-3.doc".

The presentation should be a maximum of 10 minutes for the whole team. Each member should talk at least 2 minutes related to the project and findings. The whole presentation should cover the data, business questions, research findings and visualization and step by step discussion on how you've achieved this project.

You will also prepare a final report outlining the following:

• Results of the analytics you performed along with your rational for performing and assumptions made.
• Insight that the analytics provided management
• Explanation of any analytics you decided not to perform
• Recommendations your team has for improving Pixystems' processes
• Overview of any other issues that Pixystems should follow-up on
• Recommendations on system controls that could be put in place
• Any other data you would like to have obtained from Pixystems

General Instructions

1. Your writing should be clear and concise and be in your own words.
2. The report must be in the range of 1,500-2,500 words in length excluding references.
3. Your report should be a single word or pdf document containing your report and need to be submitted through Moodle.
4. One submission per group and make sure all group members there with contribution table at the end of the report.
5. One submission per group and make sure all group members are active in the video with at least 2 minutes talk from the project.
6. Use headings to guide the reader and include tables or diagrams that make the case clearer.
7. The program code needs to be attached at the end of the report as an Appendix.
8. The referencing style must follow the IEEE referencing style.

Attachment:- Big Data.rar

Reference no: EM132664086

Questions Cloud

ICT115 Introduction to system design Assignment : ICT115 Introduction to system design Assignment Help and Solution, University of the Sunshine Coast - Assessment Writing Service
Determining the stock value-airlines inc : After 3 years the dividend is expected to grow at the rate of 4% indefinitely. If the required return is 9.8%, what is the stock's value today?
Linear decision boundary in transformed space : Identify at least two advantages and two disadvantages of using color to visually represent information.
What policies and procedures should Johnson Computers have : What policies and procedures should Johnson Computers have in place to protect the business assets and prevent the business risk
Implement typical solution use cases in big data context : Implement typical solution use cases in big data context using technologies such as MapReduce and Spark Framework and using ecosystems
How would you develop the sales budget : You as the sales manager want to ensure you and your team will receive the maximum bonus. How would you develop the sales budget
Review security breach which occurred : Describe the incident. What data or information was impacted? How can the organization be better postured for future attacks?
What is the npv of the machine : You purchase a new lathe for your shop. It costs $8,000 and will expand your business cash flow by $1,400/year in year 1 and these will grow by 5% per year.
discuss the issues that Jenny must address : Discuss the issues that Jenny must address in her report to Mr Finn. In your discussions please include references to applicable accounting standards

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  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.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

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