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 Bhanu Prasad (5)
Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring
sbumitted below in .xlsx file
04 Aug 2022 03:53 PM IST
Project 2
submitted below
18 Jul 2022 10:53 AM IST
Project 1
submitted below
18 Jul 2022 10:41 AM IST
Project 2 - EDA on Vehicle Insurance Customer Data
# STEP 1: Reading Data import pandas table1 = pandas.read_csv("customer_details.csv") table2 = pandas.read_csv("customer_policy_details.csv") print(table1.head()) print(table2.head()) # STEP 2: Checking and Cleaning the data # 2.1 Null values # 2.1.1 Table1 table1_labels={'0':'customer_id', '1':'gender', '2':'age',…
15 Feb 2022 08:05 AM IST
Project 1 - English Dictionary App & Library Book Management System
1) ENGLISH DICTIONARY APP #1. Database-Software Interface import pickle #serialization package import os def saveDictionary(tmp_dict): ''' This function recives a python dictionary, and saves it to a serialized file words.txt ''' try: …
15 Feb 2022 08:00 AM IST