Load a .csv file (one race per row) and render summary tables per race.
Load a .csv file to see race result tables.
Embed this view
Host your CSV somewhere publicly reachable (e.g. a GitHub raw URL or the same site), enter its URL below, and copy the generated snippet. The embed fetches the CSV at load time, so it stays up to date — but the host must allow cross-origin requests (CORS).
Encodes the CSV data directly into the embed URL — no hosting or CORS needed. The tradeoff: the snippet is only as fresh as when you generate it, and gets long for large datasets.