Public
Edited
Nov 23, 2022
Insert cell
Insert cell
bf2b7feb97c541b29578F813f7d14d28 = FileAttachment("BF2B7FEB-97C5-41B2-9578-F813F7D14D28.jpeg").image()
Insert cell
Select a data source…
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
cars
Insert cell
cars
Insert cell
plot.polt(cars,{x:"power (hp)",y:"economy(jpg)"})
Insert cell
Plot.plot({
marks: [
Plot.dot(cars, {x: "power (hp)", y: "economy (mpg)"})
]
})
Insert cell
Plot.plot({
marks: [
Plot.dot(cars, {x: "power (hp)", y: "economy (mpg)",fill:"economy (mpg)"})
]
})
Insert cell
Plot.plot({
marks: [
Plot.dot(cars, {x: "power (hp)", y: "economy (mpg)",stroke:"power (hp)"})
]
})
Insert cell
偶像梦幻祭=[
{:555,人物:"风早巽"},
{:888,人物:"何梅露"},
{:666,人物:"司机"},
]
Insert cell
偶像梦幻祭
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
data101 = FileAttachment("data101.xlsx").xlsx()
Insert cell
FileAttachment("data101.xlsx").xlsx()
Insert cell
hdbcvcjj=FileAttachment("data101.xlsx").xlsx()
Insert cell
nycData = hdbcvcjj.sheet(0,{headers:true})
Insert cell
viewof table = Inputs.table(cars)
Insert cell
Plot.plot({
marks: [
Plot.dot(cars, {x: "power (hp)", y: "economy (mpg)"})
]
})
Insert cell
penguins.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
penguins1 = FileAttachment("penguins@1.csv").csv()
Insert cell
athletes = FileAttachment("athletes.csv").csv()
Insert cell
athletes@1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

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