Platform
Resources
Pricing
Sign in
Get started
Kevin Hernández Rostrán
A child of God • Trust in «as for me and my family, we will serve the Lord» • Software Developer 💻 • Graphic Designer 😍 • Creative 👌 • Thankful
Workspace
Fork
Public
By
Kevin Hernández Rostrán
Edited
Apr 4, 2024
1
Insert cell
Insert cell
NetflixViewingHistory@1.csv
Filter
Columns
Sort
Slice
Save
Type Table, then Shift-Enter. Ctrl-space for more options.
Insert cell
regex
=
/: Temporada \d+.*$|: Episodio \d*.*?$/gm
Insert cell
data
=
netflixviewinghistory1
.
map
(
d
=>
{
d
.
Title2
=
d
.
Title
.
replace
(
regex
,
""
)
return
d
}
)
Insert cell
"Belleza verdadera: True Beauty: Episodio 11"
.
replace
(
regex
,
""
)
Insert cell
d3
.
group
(
data
,
d
=>
d
.
Title2
)
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
netflixviewinghistory1
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
File attachments
NetflixViewingHistory@1.csv
CSV
Databases
Filter
Column
Operator
Columns
Sort
Column
Direction
Descending
Ascending
Slice
From
Start
To
End
regex
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML