Oseremen Umolu

Logo

text below image

View the Project on GitHub Oseumolu/oseremen-portfolio

oseremen-portfolio

Data Analysis

Technical Skills: Python, SQL, Tableau, Power Bi, Excel, Data Entry, Database Management Systems

Soft Skills: Communication Skills, Time Management, Adaptability, Critical Thinking, Problem Solving

linkedin.com/in/oseremen-umolu-a6153899/

https://github.com/Oseumolu/

Education

Work Experience

Team Supervisor And Data Analyst (03-2022 - 05-2023) Golden Sand Mining Company

Head Of Operations And Data Analyst (02-2019 - 05-2021) Jabico Farm

Projects

Customer Segmentation Analysis

Sales Performance Forecasting

Website User Behavior Analysis

Market Analysis for Residential Property Development

Commercial Property Lease Optimization:

Jobs in Data Analysis:

This EDA provides valuable insights into the distribution and characteristics of data-related job positions across different countries, job categories, experience levels, and company sizes. Further analysis could involve examining the relationship between variables such as salary and job category, or exploring trends over time. Overall, this dataset offers valuable information for understanding the landscape of data-related roles in the global job market. Jobs in data

largest companies by revenue

This list comprises the world’s largest companies by consolidated revenue, according to the Fortune Global 500 2023 rankings and other sources. American retail corporation Walmart has been the world’s largest company by revenue since 2014. The list is limited to the top 50 companies, all of which have annual revenues exceeding US$130 billion. This list is incomplete, as not all companies disclose their information to the media and/or general public. Out of 50 largest companies 20 are American, 19 Asian and 11 European. Companies revenue

Stock Price Prediction App Report

Purpose:

The Stock Price Prediction App is designed to forecast the closing prices of Microsoft Corporation (MSFT) stock using historical price data. It utilizes a linear regression model, a common statistical method for predicting continuous outcomes. Data: The app loads historical stock price data from a CSV file named ‘MSFT.csv’, which includes daily opening, high, low, and closing prices, along with the trading volume.

Functionality:

Data Visualization: The app displays the stock price data and provides a scatter plot visualization comparing actual vs. predicted closing prices using Plotly.

Model Training:

It splits the data into training and testing sets, with 80% used for training the linear regression model.