Published
Edited
Dec 31, 2021
Insert cell
# 🇮🇳 India's Test Cricket Batting 2021
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
allFows = reduceScorecardsToFOWs(scorecards, (inn) => { return inn.description.toLowerCase().indexOf("india") !== -1 })
Insert cell
allMatchResults = Array.from(new Set(allFows.map(d => d.result)));
Insert cell
allSeriesNames = Array.from(new Set(allFows.map(d => d.series_name)))
Insert cell
Insert cell
import {reduceScorecardsToFOWs, scorecards} from "@c0f6a5e2dc48f148/indias-test-cricket-bowling-2021"
Insert cell
import {lineSeries, getColorFromMap, colorSchemes} from "@c0f6a5e2dc48f148/englands-fall-of-wickets-in-2021-test-cricket"
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