Platform
Resources
Pricing
Sign in
Contact us
Charles Redmond
Workspace
Fork
Published
Fall21 DS B 2
By
Charles Redmond
Edited
Nov 22, 2021
1 star
Fall21 DS B 2
Plotting Template
Arquero Template
Cheerio Template
Observable Basics
Markdown
HTML
TeX
Arrays
Objects
Vega Data Sets
Plotting Method One (Part A)
Plotting Method One (Part B)
Plotting Method Two (Part A)
Plotting Method Two (Part B)
Plotting Method Three
Plotting the Cars Data Set
Plotting the Cars Data Set (Another Method)
Baseball Example
Second Baseball Example
Horizontal Lines
Mapping Revisited
Horizontal Line (Real Example)
Lines
Lines (Real-World Example)
Selecting, Filtering, and Ordering
Grouping
Arquero Practice
More Arquero Practice
Joining Tables
Joining Tables Part Two
Joining Three Tables
Additional Techniques
College Baseball Example
Blocks of Code
For Loops
If Statements
HTML Parsing
HTML Tables
Ohio Cities
Generating HTML Tables
Sorting and Functions
Ohio Cities Application
Sea Otters
The Presidents
Field Hockey
Regular Show Episodes
Olympics
Massachusetts Colleges
h3 text file
x and y text files
Insert cell
Insert cell
table
=
{
let
table
=
`<table>`
for
(
let
i
=
1
;
i
<
100
;
i
=
i
+
1
)
{
table
=
table
+
` <tr> <td>season ${
i
}</td> <td>https://en.wikipedia.org/wiki/SpongeBob_SquarePants_(season_${
i
})</td> </tr> `
}
table
=
table
+
`</table>`
return
table
}
Insert cell
html
`${
table
}`
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
table
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML