Search⌘ K

Exercise: Merging Datasets

Explore how to merge two datasets, drop null values, and clean data in Python. This exercise helps you practice essential data manipulation skills needed for preparing data before visualization with Plotly Express.

We'll cover the following...

Let’s practice what we have learned so far.

Tasks

Refactor the Python code below to follow the ...