Your fleet.
One question per panel.
Vantage Fleet OS is the operating layer for a Turo rental business of any size. Every section below answers a specific question with a chart, a finding, and the math behind it. Drop in your own Turo CSV export to run the same analysis on your real data, or explore the synthetic demo first.
A working operator's view of fleet yield.
Every Sunday I sit down with the same question: which vehicle in my fleet is actually earning its operational slot? Each car costs roughly the same to insure, list, photograph, message about, and maintain. The slot is the constraint. This dashboard turns trip-level data into the five sub-questions an operator needs to answer that, regardless of fleet size.
type (Tesla / ICE), acquisition cost, and listing identity.start_date, days, distance_mi, earnings_usd. The atomic record in the source CSV.$/booked-day (yield), utilization (capacity), CV (consistency), z (per-trip outlier flag).Run on your data
0 rows loadedDrop a Turo CSV export below. Parsing happens entirely in your browser · nothing leaves your machine. Schema detection handles the common column-name variants automatically.
Expected schema · auto-detected aliases
| vehicle | car / vehicle_name |
| start_date | trip_start / pickup_date |
| end_date | trip_end / dropoff_date |
| days | trip_days / duration |
| distance_mi | miles / mileage |
| earnings_usd | earnings / payout |
Per-vehicle yield
Distribution & significanceWeekday premium
Mean & 95% CI by dayRevenue trajectory
Monthly + linear fitOutlier book
|z| > 2 trips| Vehicle | Start | Days | $/Day | Z | Earnings | Flag |
|---|
Vehicle scorecard
Stock-screener style| Vehicle | Trips | Booked-days | Revenue | $/Day Mean | Median | σ | CV | Rank |
|---|
Issues & recommendations
What to do next, rankedOperating a 5-vehicle Turo fleet by spreadsheet means every fleet question is a manual exercise.
I built this so the daily question, "what's the lowest-yield asset and what should I do about it?", has a one-screen answer with the supporting evidence already laid out. It's not a BI tool. It's a decision-support layer that turns raw bookings into ranked, actionable issues.
- Schema design
- Derived metrics
- Aggregation pipeline
- Interactive Plotly filtering
- Scorecard heuristics (CV, yield gap)
- Automated issue detection
- Severity ranking
- Responsive layout
- Client-side, zero backend