Platform
Resources
Pricing
Sign in
Contact us
Charles Redmond
Workspace
Fork
Published
Fall21IntroDS1
By
Charles Redmond
Edited
Oct 11, 2021
Fork of
Cheerio Template
•
9 forks
Importers
1
Fall21IntroDS1
Plotting Template
Arquero Template
Cheerio Template
Markdown
HTML
Arrays
Objects
Data Sets
Star Wars Data
Functions
Plotting Points (Method 1)
Plotting Points (Method 2)
Plotting Points (Method 3)
Plotting Example (Method 2)
Plotting Example (Method 3)
Plotting Example (with filter)
Baseball Example (HR VS SO)
Baseball Example (Years VS HR)
Horizontal Lines
Adding Text
Adding Text (Example 2)
Best Fitting Horizontal Line
Horizontal Line Example
Lines
Line Example
Selecting,Ordering,Filtering with Arquero
Grouping with Arquero
More Arquero Practice
More Arquero Practice II
Joining Tables
Joining Three Tables
A Few Last Techniques
College Baseball Example
Blocks of Code
For Loops
If Statements
Basic Web-Page Parsing
HTML Tables
Ohio Cities Example
String Method Tutorial
Pulling Out Links
Sorting an Array
Generating an HTML Table
Ohio States Application
Regular Show Episodes
Olympics
Massachusetts Colleges
h3 text file
x and y text files
Insert cell
Insert cell
page
=
FileAttachment
(
"https _en.wikipedia.org_wiki_List_of_cities_in_Ohio.txt"
)
.
text
(
)
Insert cell
Insert cell
table
=
(
data
)
=>
{
let
table
=
`<table>`
for
(
let
i
=
0
;
i
<
data
.
length
;
i
=
i
+
1
)
{
table
=
table
+
` <tr> <td><a href="${
data
[
i
]
.
url
}">${
data
[
i
]
.
city
}</a></td> <td>${
data
[
i
]
.
population
}</td> </tr> `
}
table
=
table
+
`</table>`
return
table
}
Insert cell
html
`${
table
(
data
.
filter
(
d
=>
d
.
population
>
200000
)
)
}`
Insert cell
Insert cell
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
page
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Edit
Add comment
Copy import
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
cheerio
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML