What problem does it solve?
Analyzing Mixpanel product analytics data requires knowing exact event names, property schemas, and API parameters, and guessing them causes silent empty results or TypeErrors. This Skill provides a structured workflow for discovering the data schema and API surface before writing queries, so funnel, retention, flow, and segmentation analyses return correct results.
Core Features & Use Cases
- Five Query Engines: Run insights queries, funnel conversion analysis, retention curves, user flow/path analysis, and user profile queries through the mixpanel_headless Workspace API, with results returned as pandas DataFrames.
- Schema and API Discovery: List real event names, properties, and property values before querying, and use the bundled help.py script to look up exact method signatures, type constructors, and enum values.
- Exploratory Analysis Workflow: Follow a systematic five-step process to orient on the event schema, classify properties, scan for significant segments, deep-dive on findings, and clean messy string properties with custom property formulas.
- Use Case: A product analyst asks why checkout conversion dropped. The Skill discovers the real event names, builds a funnel with an appropriate conversion window, compares segments across platforms, and quantifies the drop-off step with median time-to-convert.
Quick Start
Ask the assistant to analyze Mixpanel data, for example: show the signup-to-purchase funnel conversion rate by platform over the last 90 days.