<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Data Analytics |</title><link>https://annelizekrause.com/tags/data-analytics/</link><atom:link href="https://annelizekrause.com/tags/data-analytics/index.xml" rel="self" type="application/rss+xml"/><description>Data Analytics</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Mon, 20 Jul 2026 00:00:00 +0000</lastBuildDate><image><url>https://annelizekrause.com/media/sharing.png</url><title>Data Analytics</title><link>https://annelizekrause.com/tags/data-analytics/</link></image><item><title>Should This Amazon Seller Adopt FBA? A Data-Driven Answer</title><link>https://annelizekrause.com/projects/analog-heroes-fba-analytics/</link><pubDate>Mon, 20 Jul 2026 00:00:00 +0000</pubDate><guid>https://annelizekrause.com/projects/analog-heroes-fba-analytics/</guid><description>&lt;p&gt;Analog Heroes is a fictional US-based Amazon seller of bullet journal supplies. The business is healthy and growing, but every order ships merchant-fulfilled, and shipping now consumes a third of revenue: 31.7% in 2024, 34.0% in 2025. The question the owners want answered: &lt;strong&gt;do any SKUs justify the fees of Fulfillment by Amazon, and if so, which ones?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The dashboard below answers it with a ranked shortlist. Sales velocity and projected annual savings are computed per SKU against a simplified FBA fee model (size tiers, fulfillment fees, seasonal storage rates). Eight SKUs clear both thresholds at baseline. The Prime Uplift slider on the FBA Opportunity page adds the speculative part: assume the Prime badge lifts conversion by up to 30%, and watch the shortlist grow from 8 candidates to 15.&lt;/p&gt;
&lt;p&gt;Explore it live (best viewed on a desktop screen):&lt;/p&gt;
&lt;div style="position: relative; width: 100%; padding-bottom: 62%; height: 0; overflow: hidden;"&gt;
&lt;iframe title="Analog Heroes FBA Analytics Dashboard" src="https://app.powerbi.com/view?r=eyJrIjoiNGNhMWUxZTYtMTNkMy00ZmNlLThmYWQtNjc5ZWZmNjhmNjYzIiwidCI6IjUxMjBkMjM4LTdkNjAtNGIwZi05YTQ1LTJlY2I4YzljNDI0MiJ9" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" allowfullscreen&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;p&gt;Every number in the report is synthetic by design. A seeded Python generator produces two years of order lines in the layout of Amazon&amp;rsquo;s real seller reports, calibrated to realistic patterns: a hero product line carrying 77% of revenue, a Q4 gifting spike at 3 to 4 times baseline, and a second demand cycle in January when new year resolutions sell journals and dated planner inserts. Because the data is generated, the repository can be fully public, and the pipeline demonstrates privacy-by-design anyway: the raw format includes the buyer PII columns that real Amazon reports contain (with fake values), and the SQL staging layer strips them so nothing personal ever reaches the analytical model.&lt;/p&gt;
&lt;p&gt;The pipeline runs on DuckDB with all transformations in plain SQL: staging, a star schema with conformed dimensions, and an FBA economics mart that feeds the dashboard. A pytest suite of 39 tests guards the build, from seeded reproducibility down to revenue reconciling to the cent between staging and the fact table. The full build process, from design document to phased implementation plan to review gates, is documented in the repository.&lt;/p&gt;</description></item><item><title>Where Does a Snack Shop Actually Make Its Money? A Business Report in Google Sheets</title><link>https://annelizekrause.com/projects/snack-attack-shack-report/</link><pubDate>Thu, 24 Apr 2025 00:00:00 +0000</pubDate><guid>https://annelizekrause.com/projects/snack-attack-shack-report/</guid><description>&lt;p&gt;Snack Attack Shack is a fictional snack retailer from the Masterschool orientation challenge. The official submission was a group project, but my place in the Data Analytics track rode on my orientation results, so I also built a complete version of my own: the report I would want to read if the shop were mine, covering where the money actually comes from, which customers are drifting away, and what&amp;rsquo;s quietly rotting in the warehouse.&lt;/p&gt;
&lt;p&gt;The answers were concentrated ones. Twenty-five customers, 28% of the base, generate 69.6% of revenue; the top 25 products carry 68.2%. Regular customers drive 96.8% of everything, which makes the dormant segment a reactivation opportunity rather than a write-off. On the operations side: several products sat flagged for urgent reorder while discontinued items still held excess stock, and the carrier comparison split cleanly into a fastest option (Speedy Express, 8.6 days average) and a cheapest one (United Package, €8.76 average), which is a choice, not a problem.&lt;/p&gt;
&lt;p&gt;Everything runs in Google Sheets, from cleaning through loyalty segmentation (new, non-returning, dormant, regular) to AI-assisted demand and profitability forecasting. Two logs in the repository document the work end to end: every transformation from raw data to final numbers, and exactly where AI assisted, because analysis you can&amp;rsquo;t retrace is just opinion with charts.&lt;/p&gt;
&lt;p&gt;Read the
, or explore the
in Google Sheets.&lt;/p&gt;</description></item><item><title>Why Are a Quarter of Databel's Customers Leaving? An Excel Answer</title><link>https://annelizekrause.com/projects/databel-customer-churn/</link><pubDate>Thu, 06 Mar 2025 00:00:00 +0000</pubDate><guid>https://annelizekrause.com/projects/databel-customer-churn/</guid><description>&lt;p&gt;Databel is a fictional US telecom from DataCamp&amp;rsquo;s case study &amp;ldquo;Analyzing Customer Churn in Excel,&amp;rdquo; which I took on during my self-study retraining, before Masterschool. The case ships with a suggested solution; I built the dashboard I would actually want on my desk if 26.86% of my customers were walking out the door.&lt;/p&gt;
&lt;p&gt;The numbers tell a specific story. Of 6,687 customers, 1,796 churned. Nearly half of them (44.82%) left for a competitor, with customer-service attitude a distant second at 15.98%. Churn climbs past 40% for customers aged 79 to 88, concentrates in short-tenure accounts, and spikes geographically: California churns at 63.24%, wildly out of line with every other state. Each of those findings is one click deep in the dashboard, with dynamic filtering and an interactive state map doing the work a static report can&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;Under the hood it runs on modern Excel: dynamic array formulas (LET, SWITCH, FILTER, PIVOTBY) instead of hidden helper columns, so the whole pipeline from raw data to dashboard stays inspectable in one workbook. The full transformation from raw export to final dashboard is documented step by step in the repository&amp;rsquo;s changelog.&lt;/p&gt;
&lt;p&gt;Watch the walkthrough:&lt;/p&gt;
&lt;div style="display: flex; justify-content: center;"&gt;
&lt;iframe src="https://www.youtube.com/embed/r6aLs53EUxs" title="Databel Customer Churn Dashboard Walkthrough" style="width: 100%; max-width: 360px; aspect-ratio: 9 / 16; border: 0; border-radius: 10px;" allowfullscreen&gt;&lt;/iframe&gt;
&lt;/div&gt;</description></item></channel></rss>