import pandas as pdimport numpy as np
Surekha Ragase
updated on 20 Mar 2023
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 Surekha Ragase (6)
Project 2 - Gender Bias in Science and Technical field
PFA
05 Jun 2023 10:30 AM IST
Project 1 - Analyzing the Education trends in Tamilnadu
PFA
26 May 2023 12:44 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
Note : https://docs.google.com/spreadsheets/d/148Ru3OYKI-7lHbxBDFVWZIdHiMuwEq0z/edit?usp=share_link&ouid=117985351486626761902&rtpof=true&sd=true Note : My sort function is not working in my excel version. I Used The SUMIF Function. =UNIQUE(array, [by_col], [exactly_once]) =FILTER(array, include, [if_empty])…
10 May 2023 08:45 AM IST
Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring
sales data excel attached
27 Apr 2023 01:13 PM IST
Project 2 - EDA on Vehicle Insurance Customer Data
import pandas as pdimport numpy as np
20 Mar 2023 10:44 AM IST
Project 1 - English Dictionary App & Library Book Management System
# 1. import pickle # Define a function to add a new word to the dictionarydef add_word(dictionary): word = input("Enter the word: ") meaning = input("Enter the meaning: ") dictionary[word] = meaning with open("words.txt", "wb") as f: pickle.dump(dictionary, f) print("Word added successfully.") return dictionary # Define…
03 Mar 2023 12:43 PM IST