Task of generating some normalised data on product

Assignment Help Python Programming
Reference no: EM132277600

This assignment involves writing Python code to extract information about product details from data files and load them into a consistent SQL database. It is an example of an Extract-Transform-Load (ETL) task.

You have been given the task of generating some normalised data on product given some data files in different formats.

You are given:
• An HTML file that lists information about products, stock, and prices.
• A CSV spreadsheet containing information about the location of each product.
• A CSV spreadsheet containing detailed information about store locations. This spreadsheet relates the ID of the product with the ID of the location.

Your task is to read the data from all of these files, add it into an SQL database, and operate on the database to produce a report.
The schema for the SQL database is provided for you in the file database.py. You can run this file to create the database. Your code will then add data to it. Note that the HTML file lists the product ID as part of the HTML href attribute. This is the ID that needs to be used to populate the products table in the database.

REQUIRED OUTPUT
Your file main.py needs to generate a CSV file. The CSV file must contain the following fields:
• Description
• Price (including the currency symbol)
• Amount in stock
• Store location (all the location information in one string)

In addition, the report must be sorted in numerical ascending order by the stock price (ignore the currency symbol if different items use different currencies).

You will also submit the code you have written to solve this problem. Your code must use functions and every function must include a suitable docstring that describes what it does. Each function should implement a logical part of the overall ETL process.

The template main.py includes several functions that you must implement and they must pass unittests provided. In addition, you need to add the main code that generates the CSV file as specified above.

Reference no: EM132277600

Questions Cloud

Discuss different strategic resources : Discuss 3 different strategic resources that your assigned firm possesses.
Legitimate drug manufacturers out of business : Do you believe that counterfeit drugs and people that make them are putting legitimate drug manufacturers out of business?
Conversation about the difference between HMO and PPO : Why the abnormality was not found in his son earlier. This starts a conversation about the difference between an HMO and PPO. What are the differences?
Statement affirm an innovative organization : Explain what Einstein meant in this statement. How does this statement affirm an innovative organization? Provide specific examples.
Task of generating some normalised data on product : Python code to extract information about product details from data files and load them into a consistent SQL database
Describe the new structure that he put in place : Describe the new structure that he put in place at that time. What is this type of structure called? What are its advantages and disadvantages?
Describe three effective stress-management techniques : Describe three effective stress-management techniques. Personality Testing: Write175 to 260 wordsdescribing the main aspects of personality testing.
Commitment important in an organization : How are job satisfaction and organizational commitment important in an organization? Please explain.
Equity theory is motivational theory : Equity theory is a motivational theory that finds its roots and foundations.

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