CoolFace
Datasetpublic

jmp1987/racing-planet-a03-parts

Racing Planet — A03 Part Atoms (Synthetic Batch) Phase 3.5 der Central Source of Truth Roadmap Dataset Property Value Atom Type A03 Part Entries 1,000 synthetic parts Categories 7 (Variomatik, Auspuff, CDI, Vergaser, Luftfilter, Zylinder, Kupplung) Brands 15+ (Malossi, Polini, Naraku, Stage6, Dellorto, Yasuni, LeoVince...) Format CSV + JSON Schema Field Description part_id UUID: part_{sku} sku Racing Planet… See the full description on the dataset page: https://huggingface.co/datasets/jmp1987/racing-planet-a03-parts.

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes9downloads
Dataset Card

Racing Planet — A03 Part Atoms (Synthetic Batch)

Phase 3.5 der Central Source of Truth Roadmap

Dataset

PropertyValue
Atom TypeA03 Part
Entries1,000 synthetic parts
Categories7 (Variomatik, Auspuff, CDI, Vergaser, Luftfilter, Zylinder, Kupplung)
Brands15+ (Malossi, Polini, Naraku, Stage6, Dellorto, Yasuni, LeoVince...)
FormatCSV + JSON

Schema

FieldDescription
part_idUUID: part_{sku}
skuRacing Planet SKU format (RP-XXXXXX)
nameProduct name (e.g. "Multivar 2000")
brandManufacturer
part_typeTuning / Aftermarket / OEM
categoryProduct category
price_eurPrice in EUR
h1Synthetic H1 in racing-planet.de format

How It Was Generated

Synthetic but realistic parts based on:

  • —Real scooter tuning brands (Malossi, Polini, Stage6, etc.)
  • —Real product names from racing-planet.de Chrome history
  • —Engine-family-based compatibility rules
  • —Price ranges from actual market data

Usage

python
from datasets import load_dataset

dataset = load_dataset("jmp1987/racing-planet-a03-parts", split="train")
for item in dataset:
    print(f"{item['brand']} {item['name']} ({item['category']}) — {item['price_eur']}€")

Linked Datasets