ANLY482 AY2017-18T2 Group32: Project Overview/Methodology

From Analytics Practicum
Revision as of 22:29, 25 February 2018 by Zycheng.2014 (talk | contribs)
Jump to navigation Jump to search

Return to ANLY482 AY2017-18 Home Page

Pharma G Logo.png

Home

About Us

Project Overview

Project Insights

Project Management

Documentation

Description Data Methodology


Methodology

Before performing any data analysis, it is critical to perform exploratory data analysis to understand the data better. Errors such as incomplete and invalid values could lead to inaccurate results. Hence, the data must be cleaned so that it is suitable for any further analysis. The following summarizes the data cleaning process we have taken for each dataset:

HCP

  1. Removed dummy variables with suspicious looking values in the “postal code” column such as (000001,000002, etc)
Methedology 1.png


HCO

  1. Removed dummy variables with suspicious looking values in the “postal code” column such as (000001,000002, etc) or Test Accounts.

Invoice Detail

  1. Filter transactions to obtain TCE products using TCE_Brands sheet
  2. For negative values in the “sales qty” and “amount$” columns, we kept the values as it is. This is because after checking with our sponsor, these records are products that have been returned back to them, so they served as sales that have been void. Upon aggregation by quarters, no negative values will be present.
  3. For the missing values in “price$” columns, we imputed their values to “0” as these rows contain records where free samples are given out to the customers.
  4. Using Ctrl-F function to show “search data tables” interface, then enter the following fields:
  • Find what: “.”
  • Replace with: “0”
  • Tick “Match entire cell value”
  • Tick “Restrict to selected column” of “Price$”
  • Tick “Search data”
  • Click on “Replace All” to apply the changes
  1. For 5-digits values in “postal code” column, a new column is created to store the converted ‘postal code’ in 6-digits format, with data type changed from numerical to categorical and formula function used to add the missing ‘0’.







Softwares Used

for example

T.W.O Toolused.png