Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.66 KB

assignment.md

File metadata and controls

41 lines (23 loc) · 1.66 KB

Part 2: Data Cleaning

In your copy of the cleaning_data.md file, describe what issues you addressed by cleaning the data and provide the queries you executed to clean the data.

Part 3: Starting with Questions

This database provides data on revenue by product as well as data on how each visitor to the site interacted with the products (when they visited, where they were based, how many pages they viewed, how long they stayed on the site, and the number of transactions they entered).

In the starting_with_questions.md file there are 5 questions you need to answer using the data. For each question, be sure to include: The queries you used to answer the question The answer to the question

Part 4: Starting with Data

Consider the data you have available to you. You can use the data to: q4 find each unique product viewed by each visitor

In the starting_with_data.md file, write 3 - 5 new questions that you could answer with this database. For each question, include The queries you used to answer the question The answer to the question

Part 5: QA Your Data

In the QA.md file, identify and describe your risk areas. Develop and execute a QA process to address them and validate the accuracy of your results. Provide the SQL queries used to execute the QA process.

Part 6: Generate the ERDLoading Your Final Table Into PostgreSQL Database

Inside pgAdmin, you can generate the ERD for the database.

Download the image and save it as schema.png. Add this file to your repo for submission.

Note: If you have created any new tables, be sure to load them into the database before printing the ERD!