Platform
Resources
Pricing
Sign in
Get started
vividx
Workspace
Fork
Public
By
Đỗ Thùy Vy
Edited
Apr 30
1
Insert cell
Insert cell
CON_DAO_48930099999.csv
Filter
Columns
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
file
=
FileAttachment
(
"CON_DAO_48930099999.csv"
)
.
text
(
)
Insert cell
data
=
d3
.
csvParse
(
await
file
)
Insert cell
Plot
.
line
(
data
,
{
x
:
d
=>
new
Date
(
d
.
DATE
)
,
y
:
d
=>
+
d
.
TEMP_ATTRIBUTES
,
stroke
:
"steelblue"
}
)
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
line
(
data
,
{
x
:
d
=>
new
Date
(
d
.
DATE
)
,
y
:
d
=>
+
d
.
TEMP_ATTRIBUTES
,
stroke
:
"steelblue"
}
)
]
,
x
:
{
label
:
"Ngày"
}
,
y
:
{
label
:
"Nhiệt độ (K)"
}
,
height
:
400
}
)
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
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
con_dao_48930099999
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
File attachments
CON_DAO_48930099999.csv
CSV
Databases
Filter
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
file
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML