You are on page 1of 1

Hi Team,

We have analyzed your data and found below issues. Also CustomerAddress is redundant table as we
have data CustomerDemographic and additional column can be included there.There are few
customer_id in transaction table which are not present inCustomerDemographic and CustomerAddress.
NewCustomerList should have customer_id column to map it with transaction table customer_id. Please
have a look:

Transactions Table:

1) Few rows have blank online_order,brand, product_line, product_class, product_size,


product_first_sold_date.
2) Few rows have inconsistent standard_cost without $ value.
3) Few rows do not have consistent decimal value standard_cost value.
4) product_first_sold_date format is not date.

NewCustomerList:

1) Few rows have last_name, job_title.


2) Few rows have U in gender.
3) Few rows have incorrect DOB values.
4) Few rows do not have consistent decimal value in value.

CustomerDemographics:

1) Few rows have last_name, job_title,tenure.


2) Few rows have incorrect values in gender.
3) Few rows have incorrect DOB values.
4) Few rows do not have consistent decimal value in value.
5) Scrap values in default column.

Thanks

You might also like