Urgent.News

What's breaking now, across thousands of outlets.

Tech

Jumia Product Analysis with Excel

Introduction When shopping onine, I usually find myself looking at two things before making a purchase: Product ratings and reviews since I cannot examine the product physically.Products with high ratings and reviews tend to make the product trustworthy.This motivated me to explore how these factors using a sample dataset from Jumia. I analyzed a dataset of products listed to investigate whether…

When shopping online, I noticed that two factors - product ratings and reviews - influenced my decision to purchase. Products with high ratings and numerous reviews often appeared more trustworthy. This observation led me to investigate the relationship between pricing, discounts, ratings, and review counts using Jumia's dataset. By transforming the raw e-commerce data into an interactive Excel dashboard, I aimed to uncover how strategic pricing affects customer engagement.

First, I inspected the dataset to identify missing values, duplicates, and inconsistent formats. Next, I cleaned and standardized the data to ensure accuracy and suitability for analysis in Excel. Among the cleaning steps, I corrected data formats, handled missing values, and identified duplicate records. For instance, I converted prices from text to numerical values by removing currency symbols and converting price ranges to their averages.

Similarly, I converted ratings from text to numerical values and standardized discount values as percentages.

After cleaning the data, I enriched it by creating several derived columns: Rating Category, Discount Category, Review Category, and Pricing Category. These columns provided additional insights into the dataset, such as categorizing ratings as Poor, Average, or Excellent, discounts as Low, Medium, or High, and pricing into Low, Medium, or High Price ranges.

To analyze the relationships between the variables, I applied Pearson's Correlation Coefficient. The results showed that offering deeper price cuts does not necessarily lead to higher customer engagement, with a correlation of -0.131 between discount and reviews. Additionally, there was a weak positive correlation (+0.110) between price and product ratings, indicating that price increases do not reliably drive higher customer ratings.

The dashboard analysis revealed that, on average, Jumia products had a current price of KSh 1,187, an average discount of 37%, and a rating of 4/5. The dataset contained 723 reviews in total. Based on these findings, I recommend that sellers reconsider their discount strategies and test different discount levels. Furthermore, focusing on medium-priced products may yield better results, as they showed a stronger correlation between price and rating (r = +0.110).

Lastly, it is crucial to investigate products with high review counts but poor ratings, as these products may indicate strong customer engagement but potential dissatisfaction.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

I audited 20 design systems for spacing drift. Here is what your team can use from it.

Nobody on your team chose 13px. Someone pasted it. Someone nudged 12px until a border lined up. A coding agent produced it because nothing told it your scale stops at 12 and 16.

  • 20 design systems examined for spacing inconsistencies
  • Rhythmguard identified 10px, 15px, and 5px as key contributors to drift
  • Focus on fixing top three off-scale values to reduce spacing drift

Trying VLA (Part 6): Controlling LeRobot with a SpaceMouse

Mapping SpaceMouse Controls to SO-101 Movements In the previous article, I connected the SpaceMouse to the PC and confirmed that all six types of input could be detected correctly.

  • SpaceMouse connected to PC, 6 input types detected
  • Mapping established between SpaceMouse and LeRobot coordinates
  • SpaceMouse plugin controls SO-101 joint angles via IK

More from Saturday 5 September →