Platform
Resources
Pricing
Sign in
Get started
Jeya Balaji Balasubramanian
AI Researcher in Medicine. All opinions are my own.
Workspace
Fork
Public
By
Jeya Balaji Balasubramanian
Edited
May 22, 2024
Insert cell
Insert cell
Insert cell
accuracy
=
compareTables
(
await
tables
.
tableA
.
json
(
)
,
await
tables
.
tableB
.
json
(
)
,
Object
.
keys
(
(
await
tables
.
tableB
.
json
(
)
)
[
0
]
)
.
filter
(
(
item
)
=>
item
!==
"id"
)
)
Insert cell
Insert cell
import
{
guard
}
from
"@mootari/inputs-submit"
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
tables
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
accuracy
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
compareTables
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML