Platform
Resources
Pricing
Sign in
Get started
palimpsest
Palimpsest is for the people, the people are not for palimpsest.
Workspace
Fork
Public
By
palimpsest
Edited
Nov 21, 2023
Fork of
2022 Summary: Users
Insert cell
Insert cell
Insert cell
userRank
Filter
Columns
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Plot
.
plot
(
{
width
,
y
:
{
label
:
"↑ Total replies per date"
,
grid
:
true
}
,
marks
:
[
Plot
.
areaY
(
userRepliesPerDate
,
{
y
:
d
=>
d
[
1
]
,
x
:
d
=>
d
[
0
]
,
curve
:
"step"
}
)
]
}
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
repliesUsersPerMonth
=
repliesPerMonth
.
map
(
v
=>
{
return
d3
.
groups
(
v
[
1
]
,
d
=>
d
.
user
)
}
)
Insert cell
repliesPerMonth
=
d3
.
groups
(
replies
,
d
=>
d
.
published
.
getUTCMonth
(
)
)
Insert cell
notesUsersPerMonth
=
notesPerMonth
.
map
(
v
=>
{
return
d3
.
groups
(
v
[
1
]
,
d
=>
d
.
user
)
}
)
Insert cell
notesPerMonth
=
d3
.
groups
(
notes
,
d
=>
d
.
published
.
getUTCMonth
(
)
)
Insert cell
usersFromReplies
=
d3
.
rollups
(
replies
,
v
=>
v
.
length
,
d
=>
d
.
user
)
Insert cell
usersFromNotes
=
d3
.
rollups
(
notes
,
v
=>
v
.
length
,
d
=>
d
.
user
)
Insert cell
Insert cell
userRepliesPerDate
=
d3
.
rollups
(
replies
.
filter
(
v
=>
v
.
user
==
user
)
,
v
=>
v
.
length
,
d
=>
cloneDateToMidnight
(
d
.
published
)
)
Insert cell
Insert cell
Insert cell
Insert cell
import
{
replies
,
users
,
topics
,
notes
,
usersCombined
,
cloneDateToMidnight
,
getMeanPerDate
}
from
"1de6ee6f485fd1e3"
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
userRank
File attachments
Databases
Filter
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
user
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
godchildren
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
repliesUsersPerMonth
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
repliesPerMonth
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
notesUsersPerMonth
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
notesPerMonth
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
usersFromReplies
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
usersFromNotes
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
userRank
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
userRepliesPerDate
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
userReplies
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
repliesPerHourMean
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML