Public
Edited
Dec 29, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
targetDemoIndividualArtists = targetDemo.filter(s => /^Individual/.test(s['Which of the following best describes the organization or business you are representing?']))
Insert cell
targetDemoIndividualArtistsPercentage = targetDemoIndividualArtists.length / targetDemo.length
Insert cell
targetDemoNonProfits = targetDemo.filter(s => /(501|non\-?profit)/i.test(s['Which of the following best describes the organization or business you are representing?']))
Insert cell
targetDemoNonProfitsPercentage = targetDemoNonProfits.length / targetDemo.length
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
sub300 = sumPercent(targetDemoMonthlyBudgetBreakdown.slice(0,2))
Insert cell
sub500 = sumPercent(targetDemoMonthlyBudgetBreakdown.slice(0,3))
Insert cell
sub500_1000 = sumPercent(targetDemoMonthlyBudgetBreakdown.slice(3,6));
Insert cell
sub1000_2000 = sumPercent(targetDemoMonthlyBudgetBreakdown.slice(6,9));
Insert cell
sub2000_5000 = sumPercent(targetDemoMonthlyBudgetBreakdown.slice(9,12));
Insert cell
sub5000plus = sumPercent(targetDemoMonthlyBudgetBreakdown.slice(12,13));
Insert cell
budget1000Plus = sumPercent(targetDemoMonthlyBudgetBreakdown.slice(6,13));
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
_ = import("https://cdn.skypack.dev/lodash@4.17.15")
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