// Danfo.js only accepts CSVs from the internet and has no methods for parsing local CSVs into DataFrames. If anyone knows a workaround, please comment!
// Right now, there are some hoops to jump if you want to upload a local file:
// (1) Fork this notebook and upload your file in the fork.
// (2) Publish the fork so that the file lives in Observable's server (ergo the internet) as opposed to just a blob URL that danfo won't accept. Now it has an URL that can be fed into danfo.read_csv().
// (3) Unpubish the fork and read in the file using the new, non-blob URL.
// Default URL: COMPAS dataset acquired by ProPublica. Refer to Northpointe-ProPublica controversy:
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.