Skip to content
View emmanuelbogun's full-sized avatar
  • Nigeria

Block or report emmanuelbogun

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
emmanuelbogun/README.md
  • 👋 Hi, I’m @emmanuelbogun and I'm a Data Analyst.
  • 👀 I’m interested in learning Data Analytics and working on projects that extracts actionable insights from data.
  • 🌱 I’m proficient in using Python, SQL, Power BI and Hopefully learn Machine Learning soon.
  • 💞️ I’m hoping to build a repository to showcase my skills, share my projects and document my journey in the Data Analytics/Data Science field.
  • 📫 You can reach me via emmanueltbogun@gmail.com

Popular repositories Loading

  1. Scraping-the-Trading-Summary-of-Netflix-from-Yahoo-Finance Scraping-the-Trading-Summary-of-Netflix-from-Yahoo-Finance Public

    This project describes how to scrape the trading summary of any company, in this case study, Netflix, Inc. (NFLX), form the Yahoo Finance webpage. The scraping was done with Python's requests and B…

    Jupyter Notebook 1

  2. Youtube-Text-Analysis Youtube-Text-Analysis Public

    Youtube is the second most visited page in the world with approximately 1 billion hours of content is watched per day. This means that Youtube attracts 48% of all internet users. So Youtube generat…

    Jupyter Notebook 1

  3. Chicago-Crash-Analysis Chicago-Crash-Analysis Public

    For this project we will use a dataset with a combined nearly 1.5 million records, which represent traffic crashes reported in Chicago from 2013 to 2021 and the vehicles involved in them. The datas…

    Jupyter Notebook 1

  4. Brands-and-Profit-Analysis Brands-and-Profit-Analysis Public

    SQL Analysis of international breweries sales data for a duration of three years to aid in better decision-making in order to maximize profit and reduce loss to the lowest minimum.

  5. Medical-Data-Visualizer Medical-Data-Visualizer Public

    In this project, you will visualize and make calculations from medical examination data using matplotlib, seaborn, and pandas. The dataset values were collected during medical examinations.

    Python

  6. Mean-Variance-StandardDeviation-Calculator Mean-Variance-StandardDeviation-Calculator Public

    Create a function named calculate() that uses Numpy to output the mean, variance, standard deviation, max, min, and sum of the rows, columns, and elements in a 3 x 3 matrix. The input of the functi…

    Python