Public
Edited
Nov 29, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Select a data source…
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Select a data source…
Type SQL, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data2 = database
Insert cell
Insert cell
first = Object.keys(data[0])
Insert cell
Insert cell
Insert cell
getNextExcelColumn("E")
Insert cell
data[10]["F"]
Insert cell
database
Insert cell
// Injects a scoped style element into the element.
// The passed in CSS can reference the root element via ":scope".
function addCss(element, css) {
const scope = DOM.uid().id;
element.classList.add(scope);
element.appendChild(html`<style>${css.replace(/:scope\b/g, `.${scope}`)}`);
return element;
}
Insert cell
data
Insert cell
Insert cell
datan5 = __5.sheet("Поставщик_Гален")
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more