Platform
Resources
Pricing
Sign in
Get started
johowie
Workspace
Fork
Public
By
johowie
Edited
Feb 28, 2023
Fork of
Search + Table
2
Insert cell
Insert cell
data
=
FileAttachment
(
"9 Melia Close, POTTSVILLE--BASE-02--+R0.5 below kitchen slab.hero - free-run results--temps.csv"
)
.
csv
(
{
typed
:
true
}
)
Insert cell
viewof
search
=
Inputs
.
search
(
data
)
Insert cell
Inputs
.
table
(
search
,
{
format
:
{
Year
:
d3
.
format
(
"d"
)
// format as "1960" rather than "1,960"
}
}
)
Insert cell
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
areaY
(
data
,
{
x
:
"Date"
,
y
:
"Close"
,
fill
:
"#ccc"
}
)
,
Plot
.
line
(
data
,
{
x
:
"Date"
,
y
:
"Close"
}
)
,
Plot
.
ruleY
(
[
0
]
)
]
}
)
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.
Try it for free
Learn more
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
search
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
meliaClosePottsvilleBase02R05BelowKitchenSlabHero
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML