f1db = DuckDBClient.of({
circuits: FileAttachment("circuits.csv"),
constructor_results: FileAttachment("constructor_results.csv"),
constructor_standings: FileAttachment("constructor_standings.csv"),
constructors: FileAttachment("constructors.csv"),
driver_standings: FileAttachment("driver_standings.csv"),
drivers: FileAttachment("drivers.csv"),
lap_times: FileAttachment("lap_times.csv"),
pit_stops: FileAttachment("pit_stops.csv"),
qualifying: FileAttachment("qualifying.csv"),
races: FileAttachment("races.csv"),
results: FileAttachment("results.csv"),
seasons: FileAttachment("seasons.csv"),
sprint_results: FileAttachment("sprint_results.csv"),
status: FileAttachment("status.csv")
})