a
Vishnu Vardhan
updated on 17 Dec 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 Vishnu Vardhan (8)
Project 2 - Create a report using PowerQuery, Macro VBA, List Functions and Data Validation functions for Data Reporting of Supply Chain Management companies
Project 2
21 Mar 2023 05:27 AM IST
Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring
Project 1
14 Mar 2023 06:43 AM IST
Project 2 - Gender Bias in Science and Technical field
a
17 Dec 2022 12:35 PM IST
Project 1 - Analyzing the Education trends in Tamilnadu
project
16 Dec 2022 12:54 PM IST
Project 2
-- Q1. Create new schema as alumni-----CREATE SCHEMA alumni;USE alumni;SELECT * FROM college_a_sj;-- -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Q3.Run SQL command to see the structure of six tables…
07 Nov 2022 04:45 PM IST
Project 1
use ecommerce;select * from users_data; #3describe users_data ; #4select * from users_data limit 100; #5select language, country from users_data ;select count(distinct country),count(distinct language) from users_data; #6select * from users_data;select gender,max(socialNbfollowers)from users_data group by gender; #7select…
27 Oct 2022 03:48 AM IST
Project 2 - EDA on Vehicle Insurance Customer Data
{ "cells": [ { "cell_type": "code", "execution_count": null, "id": "d1498c43", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ " 0 1 2 3 4 5 6 7\n", "0 1.0 Male 44.0 1.0 28.0 0.0 > 2 Years Yes\n", "1 2.0 Male 76.0 1.0 3.0 0.0 1-2 Year No\n", "2 3.0 Male 47.0 1.0 28.0 0.0 > 2 Years…
09 Oct 2022 11:22 AM IST
Project 1 - English Dictionary App & Library Book Management System
{ "cells": [ { "cell_type": "markdown", "id": "69a2d0f3", "metadata": {}, "source": [ "# 1" ] }, { "cell_type": "code", "execution_count": 2, "id": "b9d1a218", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Welcome to the Dictionary App\n", "Please select your choice\n", "1. Add a…
08 Oct 2022 02:14 PM IST