You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform Clustering for the crime data and identify the number of clusters formed and draw inferences. Data Description: Murder -- Muder rates in different places of United States Assualt- Assualt rate in different places of United States UrbanPop - urban population in different places of United States Rape - Rape rate in different places of Unit…
Unsupervised-ML---Hierarchical-Clustering-University Data. Import libraries, Import dataset, Create Normalized data frame (considering only the numerical part of data), Create dendrograms, Create Clusters, Plot Clusters.
Utilize SQL to conduct a comprehensive analysis of pizza sales data, aiming to uncover patterns, trends, and insights that will inform strategic decision-making and enhance overall business efficiency.
This Project aims at analysing 12 months’ worth of sales data containing hundreds of thousands of electronics store purchases broken down by month, product type, cost, purchase address, etc.
Created summary DataFrame of ride-sharing data by city type using Python and multiple-line graph of weekly fares by city type using Pandas and Matplotlib.
Welcome to the Pandas Basics library! 🚀 This repository is designed to help beginners and aspiring data scientists grasp the core concepts of Pandas, one of the most powerful Python libraries for data manipulation and analysis.
This project is a beginner-friendly SQL database designed to manage student, course, enrollment, and grade records. It demonstrates how to design relational databases, enforce relationships with primary and foreign keys, and query data using JOINs, GROUP BY, and aggregate functions.