From the course: Rust for Data Engineering

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Exploring life expectancy in a notebook

Exploring life expectancy in a notebook - Rust Tutorial

From the course: Rust for Data Engineering

Exploring life expectancy in a notebook

- [Instructor] Here we have a Google Colab notebook, which is a great place to explore data. One of the nice things about Colab Notebook is it has many features that help you do things at a professional level. So this pro version here, for example, one of the things I can do is I can go to Change runtime, and if I wanted to, I could use GPU or TPU inside, and I also could even use High-RAM if I needed to actually access a larger dataset. What I typically do is create a structure. You can see here I've got Ingest, I have EDA, I might even have a Modeling section. And this allows me to easily navigate or even share sections of the notebook with colleagues. If we look at this right here in this Table of contents, notice how I can easily go to Visualize, or I can go to Ingest, or I can go to Exploratory Data Analysis. What we're going to cover first here is Exploratory Data Analysis, which is getting an idea of what it is…

Contents