Selected Work

Data dashboard case study

Positive Grid Spark Sales Dashboard

A data dashboard tracking Positive Grid Spark amplifier preorder volume and estimated revenue.

This project started as a lightweight Python Dash app for monitoring public preorder metrics for the Positive Grid Spark amplifier. It combined a small data pipeline with an interactive Plotly dashboard to make the sales trend easier to inspect.

The app read a Google Sheet through a service-account credential, loaded the sales_totals worksheet, converted the counter fields into numeric values, and grouped observations by date. The dashboard then plotted daily totals and estimated sales revenue as an area chart.

It is a compact example of a useful analytics pattern: collect a product signal, preserve the historical readings, and build a focused interface for understanding demand over time. The version below keeps the same dataset visible with a modern interactive chart.

This is the same pattern I like in larger decision tools: collect a signal, preserve history, model the shape of the problem, and make the result easy to inspect.

Interactive trend

Spark sales trend

Daily readings from the Spark preorder counter, grouped by date and visualized across unit volume and estimated revenue.

332 daily points 2020-08-16 to 2021-07-14
Latest total 225,371
Latest sold 222,623
Estimated revenue $48,563,204
Selected viewSold units+129,561 across 332 daily readings
Jul 14, 2021222,623
Sold units rose from 93,062 on Aug 16, 2020 to 222,623 on Jul 14, 2021.