submitted below in .pynb, .xlsx, .sql files.
Pathi Phanindra Kumar
updated on 02 Jul 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 Pathi Phanindra Kumar (6)
Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring
sbumitted below in .xlsx file
27 Jul 2022 11:14 AM IST
Project 2 - Create a report using PowerQuery, Macro VBA, List Functions and Data Validation functions for Data Reporting of Supply Chain Management companies
3b) Sub PDF_Conversion()Dim r As RangeDim s As String If Selection.Count = 1 ThenSet r = Application.InputBox("Select a range", "Get Range", Type:=8)ElseSet r = SelectionEnd If strfile = "Selection" & "_" _& Format(Now(), "yyyymmdd_hhmmss") _& ".pdf"strfile = ThisWorkbook.Path & "\" & strfile myfile…
26 Jul 2022 10:34 AM IST
Project 2
submitted below in .pynb, .xlsx, .sql files.
02 Jul 2022 02:50 PM IST
Project 1
submitted below
30 Jun 2022 08:19 AM IST
Project 2 - EDA on Vehicle Insurance Customer Data
# STEP 1: Reading Dataimport pandastable1 = 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 Table1table1_labels={'0':'customer_id', '1':'gender', '2':'age', '3':'driving_licence_presence',…
15 Feb 2022 06:30 AM IST
Project 1 English Dictionary App
#1. Database-Software Interface import pickle #serialization package def saveDictionary(tmp_dict): ''' This function recives a python dictionary, and saves it to a serialized file words.txt ''' try: # 'wb' means open file…
07 Jan 2022 05:05 AM IST