Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 2 - EDA on Vehicle Insurance Customer Data

import pandas as pd import numpy as npcustomer_details=pd.read_csv('customer_details.csv')customer_policy_details=pd.read_csv('customer_policy_details.csv')# 1. Add the column names to both datasets: # # i. Column Name for customer details table: ### customer_id, ### Gender,### age, ### driving licence present,### region…

    Project Details

    Loading...

    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.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Sayali Talekar (4)

    Project 2 - EDA on Vehicle Insurance Customer Data

    Objective:

    import pandas as pd import numpy as npcustomer_details=pd.read_csv('customer_details.csv')customer_policy_details=pd.read_csv('customer_policy_details.csv')# 1. Add the column names to both datasets: # # i. Column Name for customer details table: ### customer_id, ### Gender,### age, ### driving licence present,### region…

    calendar

    23 Nov 2022 09:51 AM IST

      Read more

      Project 1 - English Dictionary App & Library Book Management System

      Objective:

      import jsonprint('Mainmenu \n\n 1.Add a word \n 2.Find the meaning \n 3.Update a word \n 4.Exit \n')while True: try: action=int(input('Please select from the given mainmenu(1,2,3,4):')) except ValueError : print('!!!!Please enter interger values only!!!') print('#'*50) else: if action==4: e=input('Are you sure you want…

      calendar

      23 Nov 2022 09:50 AM IST

        Read more

        Project 2 - EDA on Vehicle Insurance Customer Data

        Objective:

        import pandas as pd import numpy as npcustomer_details=pd.read_csv('customer_details.csv')customer_policy_details=pd.read_csv('customer_policy_details.csv')# 1. Add the column names to both datasets: # # i. Column Name for customer details table: ### customer_id, ### Gender,### age, ### driving licence present,### region…

        calendar

        21 Nov 2022 02:04 PM IST

          Read more

          Project 1 - English Dictionary App & Library Book Management System

          Objective:

          import sqlite3 as sql import tkinter as tk import tkinter.ttk as ttk import tkinter.messagebox as mb import tkinter.simpledialog as sd from tkinter import * root=Tk() root.title('.....Library Management Application.....') def Database():     global conn,cursor     conn=sql.connect('simple.db')  …

          calendar

          21 Nov 2022 01:42 PM IST

            Read more
            Showing 1 of 4 projects