Public
Edited
Jun 2, 2023
Insert cell
Insert cell
Insert cell
Formula1_2022season_calendar.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
formula1_2022season_calendar
X
Number of Laps
Y
GP Name
Color
Size
Facet X
Facet Y
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Formula1_2022season_driverOfTheDayVotes.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Formula1_2022season_drivers.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Formula1_2022season_qualifyingResults.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Formula1_2022season_raceResults.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Formula1_2022season_teams.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
eurDateToUS = (d) => {
const dateArr = d.split('/');
return `${dateArr[2]}-${dateArr[1]}-${dateArr[0]}`
}
Insert cell
timeStringToSeconds('1:31.235')
Insert cell
timeStringToSeconds = (t) => {
let ms = t.split('.').slice(-1)[0];
let timeArr = t.slice(0, t.indexOf('.')).split(':').map(i => Number(i));
return timeArr
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more