Public
Edited
Jan 25, 2023
Insert cell
Insert cell
Insert cell
[...strokeTypes]
Insert cell
Array.from(strokeTypes).filter(d => d[0])
Insert cell
Insert cell
Questions (FFTT) :
- Quelles sont les combinaisons de jeu les plus efficaces (type de service, zones de jeu, etc.) ?
- Existe-t-il des comportements récurrents qui permettent à un joueur de gagner certains points ?
- Ou au contraire de les perdre ?
- Caractériser les profils de joueurs afin de permettre une classification et ainsi mieux préparer tactiquement un match.
- Quel est le lien entre la zone de placement du service sur la table adverse (divisée en 9 zone) et la performance du joueur?

Insert cell
// https://github.com/d3/d3-dsv
psv = d3.dsvFormat(";")
Insert cell
raw_csv = FileAttachment("2016-ittf-korea-open-tristan-flore-vs-timo-boll-short.csv").text().then(psv.parse).then(d => {
return d.map((d) => ({
...d,
Position: parseTime(d.Position),
Durée: +d["Dur�e"] //parseTime(d.Durée)
}))
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// FileAttachment("Table avec zones.png").image()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
vidvid = import('https://unpkg.com/vidvid-info?module')
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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