Published
Edited
Apr 22, 2019
2 forks
Insert cell
md`# Bio Data Analysis`
Insert cell
z = require('zebras')
Insert cell
d3 = require('d3')
Insert cell
bio_data = d3.csv('https://gist.githubusercontent.com/nofurtherinformation/b64e3eec73c22fc55f13fce898920c76/raw/a7c12420bdfe8aa4cdbe5923078dc6a309bb68b3/bio_data.csv')
Insert cell
z.valueCounts(z.getCol('SUBELEMENT', z.filter(c=>c.ELEMENT == 'INVERT', bio_data)))
Insert cell
z.valueCounts(z.getCol('SUBELEMENT', z.filter(c=>c.ELEMENT == 'FISH', bio_data)))
Insert cell
z.valueCounts(z.getCol('SUBELEMENT', z.filter(c=>c.ELEMENT == 'BIRD', bio_data)))
Insert cell
z.valueCounts(z.getCol('SUBELEMENT', z.filter(c=>c.ELEMENT == 'REPTILE', bio_data)))
Insert cell
Insert cell
md`# Habitat Area`
Insert cell
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