April 4, 2024

Pharmaceutical Data Analysis with Matplotlib

Project Summary:

This project analyzes pharmaceutical data from the company Pymaceuticals, Inc. using Python and Matplotlib. The analysis aims to evaluate the effectiveness of various drug regimens by examining their impact on tumor growth in mice. Key data analysis steps include merging datasets, cleaning data, calculating summary statistics, and generating visualizations. The analysis also identifies potential outliers and explores the relationship between mouse weight and tumor volume using correlation and linear regression models.

Read More

GitHub Link: To see my project on GitHub please click GitHub Repository button below

March 28, 2024

School Performance Data Analysis with Pandas

Project Summary:

This project analyzes the academic performance of students across multiple schools using Python's Pandas library. Key objectives include calculating overall district statistics, comparing individual school performance, and identifying key factors that impact student success. The analysis includes metrics such as average test scores, budget allocation, and the percentage of students passing in math, reading, or both subjects. Additionally, relationships between school spending, size, and type with student performance are explored. The results provide insights into how school-level factors correlate with academic outcomes.

Read More

GitHub Link: To see my project on GitHub please click GitHub Repository button below

March 21, 2024

Financial & Election Data Analysis with Python

Project Summary:

This project involves two separate data analysis tasks: a financial analysis of company profit/loss data and an election results analysis. Using Python, these analyses help provide insights into financial trends and election outcomes by processing CSV files. The financial analysis calculates total profits/losses, changes over time, and identifies significant increases or decreases. The election analysis counts votes, determines percentages for each candidate, and identifies the winner.

Read More

GitHub Link: To see my project on GitHub please click GitHub Repository button below

March 10, 2024

Toys Factory Regional Sales Analysis Using Excel

Project Summary:

This project focuses on analyzing monthly sales data for a toy factory to evaluate regional sales performance. The analysis employs various filters and key performance indicators (KPIs) calculated using advanced Excel formulas to derive insights that guide business decisions and strategies. Key metrics such as Total Revenue, Previous Year Revenue, Previous Month Revenue, Year-over-Year percentage change, and Month-over-Month percentage change were calculated to assess sales trends and store performance.

Read More

GitHub Link: To see my project on GitHub please click GitHub Repository button below

February 23, 2024

Labor Statistics Analysis Using Excel

Project Summary:

This project analyzes US labor statistics to understand trends in wages and employment across various industries and states. The analysis was conducted using Excel, employing various formulas to calculate key metrics such as Average Wage by Industry, Total Employees by Industry, and Comparisons by State. The insights gained aim to support policy decisions and workforce planning.

Read More

GitHub Link: To see my project on GitHub please click GitHub Repository button below

February 18, 2024

MHG Booking Data Analysis Using Excel

Project Summary:

This project focuses on analyzing hotel booking data to understand customer behaviors and trends. The analysis was conducted using Excel, employing pivot tables to calculate key metrics such as Cancellation Rate, Average Daily Rate (ADR), Revenue, and Revenue Loss. The insights derived aim to inform strategic decisions in the hospitality sector.

Read More

GitHub Link: To see my project on GitHub please click GitHub Repository button below

March 16, 2024

Automated Stock Data Extraction and Analysis Using VBA

Project Summary:

This project automates the extraction and processing of stock market data within an Excel workbook using a VBA script. The script iterates over stock data, extracting key metrics such as ticker symbols, volume, open price, and close price. It then computes and stores information such as the "Yearly Change," "Percent Change," and "Total Stock Volume" for each stock. Additionally, the script applies conditional formatting to visually differentiate positive and negative changes. The solution operates across multiple worksheets, calculating the greatest percentage increase, greatest percentage decrease, and highest total volume, enhancing decision-making based on historical stock data.

Read More

GitHub Link: To see my project on GitHub please click GitHub Repository button below

March 6, 2024

Crowdfunding Campaign Success Analysis with Excel

Project Summary:

This project analyzes a dataset of 1,000 crowdfunding campaigns to uncover trends and insights related to campaign success. By using Excel's advanced features such as conditional formatting, pivot tables, and statistical analysis tools, this project explores factors that may contribute to a campaign's success or failure. It includes data transformations, visualization of trends, and statistical analysis to provide actionable conclusions.

Read More

GitHub Link: To see my project on GitHub please click GitHub Repository button below