Public
Edited
Sep 23, 2023
Insert cell
Insert cell
token = "tfp_Djxh8rADU4hX68B9zJzMhGBZvw6hKhok6fevmg5RYR7b_3w4MYTf4YUMiVf"
Insert cell
Datos Industria Alimenticia Uninorte - Industria Alimenticia en la Universidad Del Norte.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
promedioDeGastoSemanal = datos.reduce((acum, persona) => {
return acum + persona.gastoSemanal;
}, 0) / datos.length
Insert cell
raioFritos = datos.reduce((acum, persona) => {
return persona.buy_fritos + acum;
}, 0) / datos.length
Insert cell
function formatMoney(number) {
return number.toLocaleString("en-US", { style: "currency", currency: "USD" });
}
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