Const fullData
fullData: { Age: string; Country: string; Purchased: string; Salary: string }[] = [{'Country': 'Brazil','Age': '44','Salary': '72000','Purchased': 'N',},{'Country': 'Mexico','Age': '27','Salary': '48000','Purchased': 'Yes',},{'Country': 'Ghana','Age': '30','Salary': '54000','Purchased': 'No',},{'Country': 'Mexico','Age': '38','Salary': '61000','Purchased': 'f',},{'Country': 'Ghana','Age': '40','Salary': '73000','Purchased': 'Yes',},{'Country': 'Brazil','Age': '35','Salary': '58000','Purchased': 'Yes',},{'Country': 'Mexico','Age': '40','Salary': '52000','Purchased': 'false',},{'Country': 'Brazil','Age': '48','Salary': '79000','Purchased': 'Yes',},{'Country': 'Ghana','Age': '50','Salary': '83000','Purchased': 'No',},{'Country': 'Brazil','Age': '37','Salary': '67000','Purchased': 'Yes',},]
Const fullDataDouble
fullDataDouble: ({ Age: string; Country: string; Purchased: string; Rating: string; Salary: number; Scale Age: number; Scale Age Half: number; Sister Country: string } | { Age: string; Country: string; Purchased: string; Rating: string; Salary: string; Scale Age: number; Scale Age Half: number; Sister Country: string })[] = [{'Country': 'Brazil','Sister Country': 'Argentina','Age': '44','Scale Age': 44,'Scale Age Half': 22,'Salary': 72000,'Purchased': 'N','Rating': '6 Stars',},{'Country': 'Mexico','Sister Country': 'Canada','Age': '27','Scale Age': 27,'Scale Age Half': 13.5,'Salary': '48000','Purchased': 'Yes','Rating': '5 Stars',},{'Country': 'Ghana','Sister Country': 'Nigeria','Age': '30','Scale Age': 30,'Scale Age Half': 15,'Salary': '54000','Purchased': 'No','Rating': '9 Stars',},]