Public
Edited
Feb 9, 2023
1 star
Insert cell
Insert cell
replies
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
return usersNotesAndRepliesOutput()
}
Insert cell
Insert cell
Insert cell
usersNotesAndReplies = userRepliesNotesMapped.filter (v => v.noteCount > 0 && v.replyCount > 0)
Insert cell
usersOnlyReplies = userRepliesNotesMapped.filter(v => v.noteCount == 0)
Insert cell
usersOnlyNotes = userRepliesNotesMapped.filter(v => v.replyCount == 0)
Insert cell
Insert cell
Insert cell
replies
Insert cell
Insert cell
import {replies, repliesPerDateCount, repliesPerMonthCount, repliesPerMonthMean, repliesPerDayMean, repliesPerHourMean, notesPerHourMean, notesOverZeroPerHourMean, repliesWithNotesCount, userRepliesNotesGrouped, userRepliesNotesMapped, usersFromNotes, usersCombined} from "1de6ee6f485fd1e3"
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.
Learn more