Skip to content
View MsShawnP's full-sized avatar

Block or report MsShawnP

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MsShawnP/README.md

Hey, I'm Shawn.

I'm the Principal Consultant at Lailara LLC — data hygiene and analytics for specialty food and CPG brands scaling into national retail. I find the money leaking through product data, deductions, and trade spend, and tell you exactly which field it's leaking from.

I'm not a software engineer by training. Twenty-five years of operations and incentive-fulfillment work taught me to build tools when the thing I need doesn't exist — and to publish them so other people can use them too.


Install with pip

  • data-hygiene-auditor — A linter for your data. Audits Excel/CSV files for mixed formats, misused fields, placeholder floods, and phantom duplicates; outputs HTML, Excel, and PDF reports. pip install data-hygiene-auditor · PyPI
  • datascope — Profiles every column in a workbook and scores it across five data-quality dimensions, with strict cell-level type detection that catches what pandas silently coerces. pip install datascope-dq · PyPI

Use in your browser — free, no login

  • GTIN Validator — product data validated against GS1 standards with retailer-specific context; branded PDF report with a fix roadmap
  • EDI Preflight — checks 850s and 856s against retailer specs (Walmart, Amazon, UNFI, KeHE, and more) before you submit
  • Retail Readiness Scorecard — eight-dimension readiness self-assessment for a retailer launch, ten minutes, PDF readout
  • Cost of Saying Yes — month-by-month cash model for a major retailer launch, because revenue projections hide the trough

Worked engagements (Cinderhaven Provisions)

Full analytical engagements on a synthetic $25M specialty food brand — the data is invented so the methodology can be shown end to end, and the dollar figures are real outputs of the pipelines. Highlights:

  • product-data-health-audit — every chargeback traced to the product-master field that caused it ($458K/yr quantified)
  • retailer-deduction-recovery — 15,900 deductions traced through five compounding failures; recovery simulation 16% → 65%
  • cinderhaven-data-platform — the data platform underneath it all: source-to-mart pipelines, quality testing, orchestration, lineage (Python · Postgres · dbt · Dagster)

The rest — trade spend forensics, OTIF reconciliation, SKU scoring, channel profitability, demand planning, shelf intelligence — lives at lailarallc.com/work.

Consultant tooling

How I work

Solo developer, Claude Code as pair programmer, phase-gated workflow with commit gates — packaged at claude-solo-dev-workflow.

Stack: Python · R · SQL · Quarto · dbt · Postgres · React · Power BI · Excel (the serious kind)


📍 Kentucky · lailarallc.com · LinkedIn

Pinned Loading

  1. data-hygiene-auditor data-hygiene-auditor Public

    Audits messy Excel workbooks for the data-quality issues that show up in real consulting engagements: mixed formats, misused fields, placeholder floods, and phantom duplicates. Generates HTML, Exce…

    Python

  2. datascope datascope Public

    Profiles every column in an Excel workbook and scores each across five data-quality dimensions, surfacing the columns most worth trusting (and the ones that aren't). Includes strict cell-level type…

    Python

  3. gtin-validator gtin-validator Public

    Product data validation tool for specialty food brands preparing for national retail

    Python

  4. product-data-health-audit product-data-health-audit Public

    A complete product data health audit for a fictional specialty food company. Five artifacts (HTML report, executive tearsheet, dashboard, Excel workbook, Shiny calculator) from one R+Quarto pipelin…

    R

  5. retailer-deduction-recovery retailer-deduction-recovery Public

    Interactive decision tool that makes retailer deduction losses visible and actionable. Traces deductions through five compounding failures and shows what's recoverable, what's preventable, and what…

    TypeScript

  6. cinderhaven-data-platform cinderhaven-data-platform Public

    Modern data platform for a fictional specialty food brand. Demonstrates source-to-mart pipelines, data quality testing, orchestration, and lineage for CPG data shapes.

    Python