'''A company has customer data that contains 8 columns of customer details and another table having name customer_policy data contains the policy details of the customer. The company intends to offer some discount in premium for certain customers. To do that they ask their Data scientist team to get some information.…
Affrin kajana
updated on 08 Aug 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Affrin kajana (8)
Project 2 - Gender Bias in Science and Technical field
This dashboard empowers mission driven organizations to harness the power of data visualization for social change. The data set talks about the literacy rates in Tamilnadu. It is distributed according to the cities and their ranks. It contains the population, as per the gender. This dashboard gives us the insight about…
05 Oct 2023 03:11 PM IST
Project 1 - Analyzing the Education trends in Tamilnadu
This dashboard empowers mission driven organizations to harness the power of data visualization for social change. Women are tracked away from science and mathematics throughout their education, limiting their training and options to go into these fields as adults. The data set contains the data of women graduated by years,…
05 Oct 2023 02:37 PM IST
Project 2 - Create a report using PowerQuery, Macro VBA, List Functions and Data Validation functions for Data Reporting of Supply Chain Management companies
https://docs.google.com/spreadsheets/d/1uRh7a80Zud2c_4D-RcDivs1hFARMWbeW/edit?usp=sharing&ouid=116839531282335157395&rtpof=true&sd=true VBA Code to convert selected data into pdf from applicant data: Sub Pdf_conversion()Dim r As RangeDim s As String If Selection.Count = 1 ThenSet r = Application.InputBox("Select…
31 Oct 2022 02:34 PM IST
Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring
a. Do proper formatting of the data with using borders, font size and appropriate alignment of the content. b. Make summary of Products Sales by providing Total Sum of Sales Average of Sales Standard Deviation of Sales Variance of Sales Maximum Sales Minimum Sales c. Make worksheet from the given Data for categorical…
16 Oct 2022 12:44 PM IST
Project 2
# 1. Create new schema as alumniCREATE DATABASE alumni;# 2. Import all .csv files into MySQL# imported# 3. Run SQL command to see the structure of six tablesUSE alumniDESC college_a_hs;DESC college_a_se;DESC college_a_sj;DESC college_b_hs;DESC college_b_se;DESC college_b_sj; (Same procedure for all other table) # Import…
01 Oct 2022 11:11 AM IST
Project 1
1. Create new schema as ecommerce - Created 2. Import .csv file users_data into MySQL(right click on ecommerce schema -> Table Data import Wizard -> Give path of the file -> Next -> choose options : Create a new table , select delete if exist -> next -> next) - imported # 3. Run SQL command to see the…
23 Aug 2022 05:24 AM IST
Project 2 - EDA on Vehicle Insurance Customer Data
'''A company has customer data that contains 8 columns of customer details and another table having name customer_policy data contains the policy details of the customer. The company intends to offer some discount in premium for certain customers. To do that they ask their Data scientist team to get some information.…
08 Aug 2022 05:18 AM IST
Project 1 - English Dictionary App & Library Book Management System
This project uses the skills learnt from week 1 to week 6. The aim of this project is to create an English Dictionary app that returns definitions of English words. When the application is started, it displays a menu as follows: Main Menu Add a new word Find the meaning Update a word Exit Enter Choice: '''If item 1 is…
01 Aug 2022 04:36 PM IST