ANLY482 AY2016-17 T1 Group4: Project Overview
Background
At **UNDISCLOSED INSURANCE COMPANY**, serving happiness to customers has always been the main focus. As such, we at Team Insured have been tasked to assist Tokio Marine's customer base, specifically for the Life Insurance side of the business.
The three main things that **UNDISCLOSED INSURANCE COMPANY** requires our help for to do analysis on:
- Average Product Holdings per Customer
- Customer Segmentation
- Agent Segmentation.
Deeper analysis such as Need Based Analysis has also been requested. These are the three general objectives that are to be pursued for this project, so as to help Tokio Marine understand their customers better.
Data Source
Flat Files
The initial files were given as text files in .txt format.
Using Windows Powershell, we were able to convert it to CSV format, which could then be imported into the MySQL Server.
import-csv tabdelimitedfile.txt -delimiter "`t" | export-csv csvfile.csv -NoTypeInformation
Methodology