Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Java June is a coffee shop company with locations across Europe. This project aims to provide insights into factors influencing the number of reviews for their stores and explores the relationship between reviews and ratings.

NotificationsYou must be signed in to change notification settings

DominionAkinrotimi/Coffee-Shop-Reviews-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Java June Coffee Shops Analysis

Java June is a coffee shop company with locations across Europe. This project aims to provide insights into factors influencing the number of reviews for their stores and explores the relationship between reviews and ratings.

Task 1: Data Cleaning

Before analysis, the dataset in "coffee.csv" underwent cleaning to ensure a standardized format. The cleaned dataset, namedclean_data, adheres to the following criteria:

Cleaned Columns and Criteria:

  • Region:

    • Nominal.
    • Where the store is located, one of 10 possible regions (A to J).
    • Missing values replaced with "Unknown."
  • Place Name:

    • Nominal.
    • The name of the store.
    • Missing values replaced with "Unknown."
  • Place Type:

    • Nominal.
    • The type of coffee shop, one of "Coffee shop," "Cafe," "Espresso bar," and "Others."
    • Missing values replaced with "Unknown."
  • Rating:

    • Ordinal.
    • Average rating of the store from reviews on a 5-point scale.
    • Missing values replaced with 0.
  • Reviews:

    • Nominal.
    • The number of reviews given to the store.
    • Missing values replaced with the overall median number.
  • Price:

    • Ordinal.
    • The price range of products in the store, one of '$', '$$', or '$$$'.
    • Missing values replaced with "Unknown."
  • Delivery Option:

    • Nominal.
    • If delivery is available, either True or False.
    • Missing values replaced with False.
  • Dine-in Option:

    • Nominal.
    • If dine-in is available, either True or False.
    • Missing values replaced with False.
  • Takeaway Option:

    • Nominal.
    • If take away is available, either True or False.
    • Missing values replaced with False.

Usage:

  1. Load the data from "coffee.csv."
  2. Utilize theclean_data dataframe for further analysis.

Task 2: Reviews by Rating

The team at Java June hypothesizes that the number of reviews changes depending on the rating. The tablereviews_by_rating provides insights into this hypothesis, showcasing the difference in the median number of reviews by rating, along with the minimum and maximum number of reviews.

Output Columns:

  • Rating:

    • The rating from the reviews.
  • Med_Review:

    • Median number of reviews, rounded to 1 decimal place.
  • Min_Review:

    • Minimum number of reviews, rounded to 1 decimal place.
  • Max_Review:

    • Maximum number of reviews, rounded to 1 decimal place.

Usage:

  1. Load the data from "coffee.csv."
  2. Utilize thereviews_by_rating dataframe to explore the relationship between reviews and ratings.

About

Java June is a coffee shop company with locations across Europe. This project aims to provide insights into factors influencing the number of reviews for their stores and explores the relationship between reviews and ratings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp