From the course: Data Analytics with Observable
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Challenge: Adding data to your notebook - Observable Tutorial
From the course: Data Analytics with Observable
Challenge: Adding data to your notebook
(bright music) - [Instructor] Okay, it is time for you to play with some data in Observable. This time we're going to be working with the Central Park Squirrel Census dataset from the course exercise files. And this is exactly what it sounds like, a census of squirrels living in New York's Central Park. And it's actually pretty interesting. Your job is to load that data set into a notebook and using whatever means are easiest for you, try to do a bit of data manipulation and analysis. First, you don't need all the columns. We only need the unique squirrel ID, the age field, the various color fields, location, and all of these true/false columns throughout the rest of the dataset. You can get rid of all the other fields, but do it in Observable, not here in the CSV to work those skills. For this analysis, we also only care about adult squirrels, so you can filter out non-adults as well. Again, in Observable. Once you…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Getting data into your notebook6m 7s
-
(Locked)
Data tables6m 6s
-
(Locked)
Manipulating data (JavaScript)3m 28s
-
(Locked)
Manipulating data (SQL with DuckDB)5m 12s
-
(Locked)
Manipulating data (SQL query)2m 39s
-
(Locked)
Challenge: Adding data to your notebook1m 47s
-
(Locked)
Solution: Adding data to your notebook3m 14s
-
(Locked)
-
-
-
-