<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hope Gatugi</title>
    <description>The latest articles on DEV Community by Hope Gatugi (@gatugiii).</description>
    <link>https://dev.to/gatugiii</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4080139%2F07d0bb27-69e4-47b2-80c8-0648dc1a7af0.png</url>
      <title>DEV Community: Hope Gatugi</title>
      <link>https://dev.to/gatugiii</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gatugiii"/>
    <language>en</language>
    <item>
      <title>Building an Interactive Excel Dashboard for E- Commerce Product Analysis."A case study of Jumia Products."</title>
      <dc:creator>Hope Gatugi</dc:creator>
      <pubDate>Tue, 15 Sep 2026 14:23:23 +0000</pubDate>
      <link>https://dev.to/gatugiii/building-an-interactive-excel-dashboard-for-e-commerce-product-analysisa-case-study-of-jumia-8k3</link>
      <guid>https://dev.to/gatugiii/building-an-interactive-excel-dashboard-for-e-commerce-product-analysisa-case-study-of-jumia-8k3</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;Project Introduction and Objective&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;After two weeks of intensive learning at LuxDev HQ, where I was introduced to different concepts, tools, and practical approaches in data analytics, I wanted to take what I had learned beyond the classroom and put it into practice. &lt;br&gt;
I realized that learning data analytics is not only about understanding formulas, functions, or visualization tools. It is also about being able to take a raw dataset, identify a problem, ask the right questions, analyze the information, and communicate findings in a way that can support decision-making.&lt;br&gt;
With this in mind, I wanted to work on a project that would challenge me to apply the skills I had gained during those two weeks. I decided to use a Jumia e-commerce product dataset because e-commerce provides an interesting environment for exploring customer behavior, product performance, pricing, discounts, ratings, and reviews.&lt;br&gt;
At first, the project seemed straightforward: analyze the dataset and create a dashboard. However, as I started working with the data, I realized that the process involved much more than creating charts. I had to first understand the structure of the dataset, check its quality, clean it, create additional fields, analyze relationships, and then determine how best to present the results.&lt;/p&gt;

&lt;p&gt;My main objective was therefore to go through a complete data analytics workflow:&lt;br&gt;
&lt;strong&gt;Raw Data → Data Quality Audit → Cleaning → Data Preparation → Analysis → Visualization → Dashboard → Insights → Recommendations&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The central question I wanted to answer was:&lt;br&gt;
“&lt;strong&gt;What can Jumia product data tell us about pricing, discounts, customer engagement, and product performance?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To answer this question, I focused on several business questions:&lt;/p&gt;

&lt;p&gt;1.Does a higher discount percentage result in more customer reviews?&lt;br&gt;
2.Is there a relationship between product ratings and the number of customer reviews?&lt;br&gt;
3.Are more expensive products rated higher than cheaper products?&lt;br&gt;
4.Which products have the highest ratings?&lt;br&gt;
5.Which products have the lowest ratings?&lt;br&gt;
6.Which products have the highest discounts?&lt;br&gt;
7.Which products have the highest number of reviews?&lt;br&gt;
8.Which products have high discounts but low ratings?&lt;br&gt;
9.Which products demonstrate strong customer engagement?&lt;br&gt;
10.Which products may need better pricing or marketing strategies?&lt;/p&gt;

&lt;p&gt;For me, this project became more than an Excel assignment. It became an opportunity to understand how the different skills I had been learning could work together to turn raw data into meaningful insights and business recommendations.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Dataset and Business Questions&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The dataset I worked with contained information about products listed on Jumia. Some of the important fields included information relating to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Product name&lt;/li&gt;
&lt;li&gt;Original price&lt;/li&gt;
&lt;li&gt;Sale price&lt;/li&gt;
&lt;li&gt;Discount&lt;/li&gt;
&lt;li&gt;Rating&lt;/li&gt;
&lt;li&gt;Number of customer reviews&lt;/li&gt;
&lt;li&gt;Product categories and other product attributes_&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I chose these variables because they provide different perspectives on product performance.&lt;br&gt;
For example, price and discount can help understand pricing strategies, while ratings and reviews can provide an indication of customer engagement and satisfaction.&lt;/p&gt;

&lt;p&gt;Instead of simply asking, “Which products are selling well?”, I wanted to explore several dimensions of performance.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Pricing&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;I wanted to understand whether price had any noticeable relationship with product ratings.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Discounts&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;I wanted to investigate whether heavily discounted products necessarily attracted more customer engagement.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Ratings&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Ratings could help identify products that appeared to perform well in terms of customer satisfaction.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Customer Reviews&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;The number of reviews could provide an indication of customer engagement, although I recognized that reviews are not the same as actual sales.&lt;br&gt;
This led me to develop a set of questions that would guide my analysis rather than simply exploring the dataset without a clear purpose.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Initial Data-Quality Audit&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;One of the biggest lessons I learned from this project was that data analysis should not begin with visualization.&lt;br&gt;
Before creating PivotTables or charts, I first needed to understand whether the data was suitable for analysis.&lt;br&gt;
I therefore carried out an initial data-quality audit.&lt;/p&gt;

&lt;p&gt;I looked for issues such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;_Missing values&lt;/li&gt;
&lt;li&gt;Duplicate records&lt;/li&gt;
&lt;li&gt;Incorrect data types&lt;/li&gt;
&lt;li&gt;Numbers stored as text&lt;/li&gt;
&lt;li&gt;Inconsistent formatting&lt;/li&gt;
&lt;li&gt;Unusual values&lt;/li&gt;
&lt;li&gt;Blank fields&lt;/li&gt;
&lt;li&gt;Incorrect or inconsistent entries&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This stage helped me understand that the quality of my analysis would depend heavily on the quality of the data I was working with.&lt;br&gt;
For example, if prices were stored inconsistently or ratings were treated as text rather than numbers, calculations and visualizations could produce misleading results.&lt;br&gt;
The audit therefore became an important checkpoint before moving to the cleaning stage.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Cleaning and Preparation Decisions&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;After identifying potential data-quality issues, I started cleaning and preparing the dataset.&lt;br&gt;
My cleaning process included checking for duplicate records and reviewing missing or inconsistent values.&lt;br&gt;
I also checked that numerical fields were properly formatted so that Excel could perform calculations correctly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Some of the main steps included:&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;Removing or reviewing duplicates&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;Duplicate records can affect counts, averages, and rankings. I therefore checked the dataset for duplicate entries and reviewed them before deciding how they should be handled. I found a total of three duplicates.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;Correcting data formats&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;Fields such as price, rating, discount, and number of reviews needed to be treated as numerical values.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;Standardizing information&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;I checked for inconsistencies in formatting and naming so that PivotTables and filters would work correctly.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;Handling missing values&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;Rather than automatically deleting every row containing a blank value, I considered how each missing value could affect the specific analysis I was performing.&lt;br&gt;
This was an important lesson for me because cleaning is not simply about deleting information. It involves making decisions about what should be retained, changed, or excluded and why.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Excel Formulas and Enrichment Fields&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Once the dataset was cleaned, I created additional fields to make the analysis more useful.&lt;br&gt;
One of the important calculated fields was the Discount Percentage.&lt;br&gt;
Instead of relying only on the discount value provided in the dataset, I calculated the percentage based on the original and sale prices.&lt;br&gt;
The formula I used was:&lt;br&gt;
&lt;strong&gt;=(Original Price-Sale Price)/Original Price&lt;/strong&gt;&lt;br&gt;
I then formatted the result as a percentage.&lt;br&gt;
This allowed me to compare discounts more consistently across products.&lt;br&gt;
I also created categories that made it easier to group products.&lt;br&gt;
For example, products could be classified into **price categories **such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Affordable&lt;/li&gt;
&lt;li&gt;Moderate&lt;/li&gt;
&lt;li&gt;Expensive
I also considered &lt;strong&gt;rating categories&lt;/strong&gt; such as:&lt;/li&gt;
&lt;li&gt;High Rating&lt;/li&gt;
&lt;li&gt;Average Rating&lt;/li&gt;
&lt;li&gt;Low Rating&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These additional fields helped transform the raw dataset into information that was easier to analyze.&lt;br&gt;
This was one of the areas where I began to appreciate the importance of data enrichment. Instead of only working with the fields that already existed, I could create new information from the existing data to answer more meaningful questions.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;PivotTable and Analysis Workflow&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;After cleaning and enriching the dataset, I moved into the analysis stage.&lt;br&gt;
This is where PivotTables became particularly useful.&lt;br&gt;
Rather than manually calculating every result, I used PivotTables to summarize the information and identify patterns.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Some of the analyses I performed included:&lt;/strong&gt;&lt;br&gt;
1.Top 10 products by discount&lt;br&gt;
I identified products with the highest discount percentages.&lt;br&gt;
This helped me investigate which products were being promoted most aggressively.&lt;br&gt;
2.Top 10 products by number of reviews&lt;br&gt;
I ranked products according to the number of customer reviews.&lt;br&gt;
This provided an indication of which products had attracted significant customer engagement.&lt;br&gt;
3.Top 10 highest-rated products&lt;br&gt;
I analyzed the products with the highest ratings to identify potential strong performers.&lt;br&gt;
4.Top 5 highest-rated products&lt;br&gt;
I created a smaller ranking to highlight the strongest-rated products.&lt;br&gt;
5.Top 5 lowest-rated products&lt;br&gt;
I also looked at the lowest-rated products because poor ratings can highlight areas that may require attention.&lt;br&gt;
6.High discount and low rating&lt;br&gt;
One of the most interesting areas of analysis was identifying products that had high discounts but relatively low ratings.&lt;br&gt;
These products stood out because a &lt;em&gt;large discount does not necessarily solve problems related to customer satisfaction.&lt;/em&gt;&lt;br&gt;
7.Strong customer engagement&lt;br&gt;
I also looked for products that had a high number of reviews and appeared to have strong customer engagement.&lt;br&gt;
8.Exploring Relationships Between Variables&lt;br&gt;
Beyond rankings, I wanted to understand the relationships between different variables.&lt;br&gt;
This was important because ranking products only tells me what is happening. Relationship analysis helps me start thinking about why certain patterns may exist.&lt;br&gt;
9.Discount Percentage vs. Customer Reviews&lt;br&gt;
One of the questions I investigated was:&lt;br&gt;
Does a higher discount percentage result in more customer reviews?&lt;/p&gt;

&lt;p&gt;I used this relationship to explore whether products with larger discounts also tended to have higher customer engagement.&lt;br&gt;
The analysis helped me understand that a &lt;em&gt;discount alone does not necessarily guarantee high customer engagement.&lt;/em&gt;&lt;br&gt;
10.Rating vs. Customer Reviews&lt;br&gt;
I also investigated;&lt;br&gt;
Is there a relationship between product ratings and the number of customer reviews?&lt;/p&gt;

&lt;p&gt;This allowed me to compare customer engagement with customer satisfaction.&lt;br&gt;
A product can have many reviews while still having an average rating, which can be an important business signal.&lt;br&gt;
11.Price vs. Rating&lt;br&gt;
Another question was:&lt;br&gt;
Are more expensive products rated higher than cheaper products?&lt;/p&gt;

&lt;p&gt;This helped me examine whether higher product prices were associated with better customer ratings.&lt;br&gt;
The analysis suggested that price alone should not be assumed to determine customer satisfaction.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Dashboard Design and Slicer Connections&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;After completing the analysis, I wanted to bring everything together into an interactive dashboard.&lt;br&gt;
My goal was not simply to place as many charts as possible on one page. I wanted the dashboard to tell a story.&lt;br&gt;
I therefore organized the dashboard around the main questions I had explored.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Key Performance Indicators&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;I included important summary figures such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Total Products&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Average Price&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Average Discount&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Average Rating&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Total Reviews&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These KPIs provide a quick overview before the user moves into the detailed analysis.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;Visualizations&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;I included charts for areas such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Top 10 products by number of reviews&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Top 10 highest-rated products&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Top 10 products by discount&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Discount vs. rating&lt;/strong&gt;
-** Discount vs. number of reviews**&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Product performance comparisons&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I used different types of charts depending on the question being answered.&lt;br&gt;
For example, a scatter plot was useful when I wanted to investigate relationships between two numerical variables.&lt;br&gt;
The scatter plot for discount percentage versus rating helped me identify products that combined relatively high discounts with lower ratings.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;Connecting the Slicers&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;One of the features I wanted to include was interactivity through slicers.&lt;br&gt;
Slicers allow users to filter the dashboard without manually changing the underlying PivotTables.&lt;br&gt;
I connected the relevant slicers to the PivotTables and Pivot Charts so that filtering one part of the dashboard could update the relevant visualizations.&lt;br&gt;
This made the dashboard more interactive and easier to explore.&lt;br&gt;
It also taught me an important lesson: &lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Dashboard design is not only about appearance; it is about usability and the user's ability to interact with the information.&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Key Findings&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;After completing the analysis, several observations stood out to me.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;High discounts do not automatically mean high customer engagement&lt;/strong&gt;
One of the interesting observations was that products with high discounts were not necessarily the products with the highest number of reviews.
This suggests that discounting can attract attention, but other factors may influence whether customers engage with a product.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;These factors could include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Product quality&lt;/li&gt;
&lt;li&gt;Brand reputation&lt;/li&gt;
&lt;li&gt;Price after discount&lt;/li&gt;
&lt;li&gt;Customer experience&lt;/li&gt;
&lt;li&gt;Product demand&lt;/li&gt;
&lt;li&gt;Seller reputation&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;High customer engagement does not always mean high satisfaction&lt;/strong&gt;&lt;br&gt;
Some products may have a large number of reviews while maintaining only average ratings.&lt;br&gt;
This is an important finding because a high number of reviews can initially look positive.&lt;br&gt;
However, when the rating is considered alongside the number of reviews, the story becomes more detailed.&lt;br&gt;
A product with many reviews and an average rating may be receiving significant attention but still have customer satisfaction issues.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Higher prices do not guarantee higher ratings&lt;/strong&gt;&lt;br&gt;
Another important observation was that expensive products should not automatically be assumed to receive better ratings.&lt;br&gt;
Price and customer satisfaction are not necessarily directly related.&lt;br&gt;
This means businesses should consider other factors when evaluating product performance rather than assuming that premium-priced products will naturally have better customer experiences.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;High-discount and low-rated products deserve attention&lt;/strong&gt;&lt;br&gt;
Products that combine significant discounts with low ratings stood out as an important group.&lt;br&gt;
A business might be investing heavily in discounts to encourage purchases, but if customers are still leaving poor ratings, the underlying issue may not be price.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The business may need to investigate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Product quality&lt;/li&gt;
&lt;li&gt;Product description accuracy&lt;/li&gt;
&lt;li&gt;Customer expectations&lt;/li&gt;
&lt;li&gt;Seller performance&lt;/li&gt;
&lt;li&gt;Delivery experience&lt;/li&gt;
&lt;li&gt;Product defects&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Highly rated products represent potential opportunities&lt;/strong&gt;
Products with strong ratings can potentially be used as examples of successful product performance.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;These products may provide opportunities for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Increased promotion&lt;/li&gt;
&lt;li&gt;Cross-selling&lt;/li&gt;
&lt;li&gt;Featured placement&lt;/li&gt;
&lt;li&gt;Marketing campaigns&lt;/li&gt;
&lt;li&gt;Customer testimonials
However, I would still want to combine ratings with other information before making a final business decision.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Business Recommendations&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Based on the analysis, I developed several recommendations.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Use discounts strategically&lt;/strong&gt;
Businesses should avoid assuming that larger discounts automatically produce better results.
Instead, discounts should be evaluated alongside:&lt;/li&gt;
&lt;li&gt;Reviews&lt;/li&gt;
&lt;li&gt;Ratings&lt;/li&gt;
&lt;li&gt;Price&lt;/li&gt;
&lt;li&gt;Product category&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Customer engagement&lt;br&gt;
This can help determine whether a discount is actually contributing to better product performance.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Investigate low-rated products&lt;/strong&gt;&lt;br&gt;
Products with consistently low ratings should be investigated.&lt;br&gt;
Rather than simply increasing their discounts, businesses should try to understand the reason behind the poor ratings.&lt;br&gt;
This could involve reviewing customer feedback and identifying recurring complaints.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Turn customer reviews into business intelligence&lt;/strong&gt;&lt;br&gt;
Customer reviews contain valuable information.&lt;br&gt;
Businesses can use review patterns to identify:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Product quality problems&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Customer complaints&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Common expectations&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Service issues&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Opportunities for improvement&lt;br&gt;
Reviews should therefore be treated as more than just a number.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Promote strong-performing products&lt;/strong&gt;&lt;br&gt;
Products that combine strong ratings with high customer engagement may deserve greater visibility.&lt;br&gt;
Businesses could consider featuring these products in marketing campaigns or promotional activities.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Focus on customer experience&lt;/strong&gt;&lt;br&gt;
The analysis reinforced the idea that price and discounts are only part of the customer experience.&lt;br&gt;
Businesses should also consider:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Product quality&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Accurate product descriptions&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Seller reliability&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Delivery experience&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After-sales service&lt;br&gt;
Improving these areas could contribute to stronger customer satisfaction.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Segment products before making decisions&lt;/strong&gt;&lt;br&gt;
Not every product should be managed using the same strategy.&lt;br&gt;
Products could be segmented into groups such as:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;High rating + high engagement&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;High rating + low engagement&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Low rating + high engagement&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Low rating + high discount&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Low rating + low engagement&lt;br&gt;
Each group may require a different business strategy.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Limitations and Lessons Learned&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Like any analysis, this project had limitations.&lt;/p&gt;

&lt;p&gt;The dataset represented a particular collection of Jumia product information and may not represent the entire Jumia marketplace.&lt;br&gt;
Another important limitation is that customer reviews are not the same as actual sales.&lt;br&gt;
A product with many reviews may have strong engagement, but without actual transaction data, I cannot confidently say that it generated the highest sales.&lt;br&gt;
There were also other factors that were not available in the dataset, such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Seller reputation&lt;/li&gt;
&lt;li&gt;Delivery performance&lt;/li&gt;
&lt;li&gt;Stock availability&lt;/li&gt;
&lt;li&gt;Advertising expenditure&lt;/li&gt;
&lt;li&gt;Customer demographics&lt;/li&gt;
&lt;li&gt;Seasonal effects&lt;/li&gt;
&lt;li&gt;Actual sales volume&lt;/li&gt;
&lt;li&gt;Return rates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Therefore, the relationships I observed should not automatically be interpreted as cause-and-effect relationships.&lt;/p&gt;

&lt;p&gt;For example, if a highly discounted product has many reviews, I cannot conclude that the discount alone caused the high number of reviews.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;What I Learned From the Project&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;For me, one of the most valuable parts of this project was the learning process itself.&lt;br&gt;
After two weeks of intense learning at LuxDev HQ, I wanted to challenge myself to move from learning concepts to applying them.&lt;/p&gt;

&lt;p&gt;This project helped me understand several important areas.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.Data quality comes first&lt;/strong&gt;&lt;br&gt;
I learned that creating a beautiful dashboard means very little if the underlying data is unreliable.&lt;br&gt;
The quality of the analysis starts with the quality of the data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.Cleaning is an analytical skill&lt;/strong&gt;&lt;br&gt;
I initially thought of cleaning as simply preparing data for analysis.&lt;br&gt;
I now understand that cleaning also involves making decisions about missing values, duplicates, formats, and inconsistencies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.Excel can support an entire analytical workflow&lt;/strong&gt;&lt;br&gt;
Through this project, I was able to use Excel for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data cleaning&lt;/li&gt;
&lt;li&gt;Data transformation&lt;/li&gt;
&lt;li&gt;Calculated fields&lt;/li&gt;
&lt;li&gt;Formulas&lt;/li&gt;
&lt;li&gt;PivotTables&lt;/li&gt;
&lt;li&gt;Pivot Charts&lt;/li&gt;
&lt;li&gt;Filtering&lt;/li&gt;
&lt;li&gt;Slicers&lt;/li&gt;
&lt;li&gt;Dashboard development&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This helped me see Excel not just as a spreadsheet tool, but as a practical tool for analyzing and communicating data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.Asking the right questions matters&lt;/strong&gt;&lt;br&gt;
I also learned that analysis becomes much more meaningful when it starts with clear questions.&lt;br&gt;
Instead of simply asking:&lt;br&gt;
“What does the data show?”&lt;/p&gt;

&lt;p&gt;I learned to ask more specific questions such as:&lt;br&gt;
“Does a higher discount correspond with higher customer engagement?”&lt;/p&gt;

&lt;p&gt;That shift helped me approach the dataset more critically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.A dashboard should tell a story&lt;/strong&gt;&lt;br&gt;
I learned that visualization is not simply about creating charts.&lt;br&gt;
Each chart should have a purpose.&lt;br&gt;
The dashboard should help someone quickly understand:&lt;br&gt;
What is happening? → Why might it matter? → What should we investigate or do next?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Insights should lead to action&lt;/strong&gt;&lt;br&gt;
The final stage of analysis should not stop at saying what the numbers show.&lt;br&gt;
A good analysis should help decision-makers understand what they could do with that information.&lt;br&gt;
That is why I included recommendations alongside my findings.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Project Resources&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I documented the project and supporting materials as part of my learning and portfolio development on my Github repository.&lt;br&gt;
[( &lt;a href="https://github.com/Gatugiii/JUMIA-E-COMMERCE-DASHBOARD" rel="noopener noreferrer"&gt;https://github.com/Gatugiii/JUMIA-E-COMMERCE-DASHBOARD&lt;/a&gt; )                                             ]&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Conclusion&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;This Jumia product analysis project was an important part of my data analytics learning journey.&lt;br&gt;
After two weeks of intense learning at LuxDev HQ, I wanted to challenge myself to take the knowledge I had gained and apply it to a real dataset.&lt;br&gt;
What started as an idea to create an Excel dashboard became a much broader learning experience.&lt;br&gt;
I had to learn how to approach raw data, audit it's quality, clean and prepare it, create calculated fields, analyze relationships, build PivotTables, design visualizations, connect slicers, identify insights, and finally translate those insights into business recommendations.&lt;br&gt;
The project also taught me that data analytics is not simply about knowing how to use Excel.&lt;/p&gt;

&lt;p&gt;It is about asking the right questions, understanding the data, finding meaningful patterns, communicating those patterns clearly, and thinking about how the findings can support better decisions.&lt;br&gt;
Most importantly, this project gave me an opportunity to move from theory to practice.It showed me that I can take a dataset that initially looks like rows and columns of information and gradually turn it into a story that people can understand.&lt;br&gt;
For me, this is only one step in my data analytics journey, but it is an important one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;From raw data to insights. From insights to decisions. And from learning to practical application.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>analysis</category>
      <category>analytics</category>
      <category>data</category>
      <category>learning</category>
    </item>
    <item>
      <title>Understanding the Git Workflow: Working Directory, Staging, Commit and Push</title>
      <dc:creator>Hope Gatugi</dc:creator>
      <pubDate>Sat, 22 Aug 2026 19:09:51 +0000</pubDate>
      <link>https://dev.to/gatugiii/understanding-the-git-workflow-working-directory-staging-commit-and-push-27h6</link>
      <guid>https://dev.to/gatugiii/understanding-the-git-workflow-working-directory-staging-commit-and-push-27h6</guid>
      <description>&lt;h1&gt;
  
  
  Introduction
&lt;/h1&gt;

&lt;p&gt;This article gives a better understanding of the git process for a beginner, have simplified it to the best of my knowledge as learnt during class .Below is an overview of the content learnt:&lt;/p&gt;

&lt;h2&gt;
  
  
  Project overview
&lt;/h2&gt;

&lt;p&gt;Git helps you to understand the version control of your code on the GitHub &lt;/p&gt;

&lt;p&gt;For beginners the workflow includes the following;&lt;br&gt;
Creating a Working directory then after creating a directory you stage your code for commit into the GitHub&lt;br&gt;
During committing you must leave a message behind for the next collaborator or version control&lt;br&gt;
Then after Committing the code in the terminal , you use the git push command to send the codes your GitHub account&lt;br&gt;
Here its visible to the public that is the people whom you want to see your work and you can as well choose to have the work private.&lt;br&gt;
Where you save the repository as private or public.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Definition of terms&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;working directory 
is where you store the codes locally on your machine. You can create or change your files here.&lt;/li&gt;
&lt;li&gt;committing
it explains what you changed or like tells how the project is looking like.&lt;/li&gt;
&lt;li&gt;A repository
this is like a project folder where ones project files are stored and git can keep track of their history and changes like date created ,time posted .&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Stagging
&lt;/h3&gt;

&lt;p&gt;staging tells git the changes i have made include the code in a file &lt;br&gt;
command used to stage is git add .&lt;/p&gt;

&lt;h3&gt;
  
  
  Git commit
&lt;/h3&gt;

&lt;p&gt;this is like creating a snapshot of the project and it is stored locally in the machine.&lt;br&gt;
it is done using a command&lt;br&gt;
git commit -m" message you want to leave for that version"&lt;/p&gt;

&lt;h3&gt;
  
  
  git push
&lt;/h3&gt;

&lt;p&gt;this is more of sending your work to the git &lt;br&gt;
after you have committed your work locally now you have to update it to the remote repository   in your Github&lt;br&gt;
it is done  using the command &lt;br&gt;
git push &lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Git basically helps us keep the track of our work and safely save different versions of our project. It makes it easier to manage our projects ,see what we have changed and then safely store the work.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
