Nuclear energy and pool drownings
The dataset that has been pre-loaded for you as weird_df
contains actual data provided by the US Centers for Disease Control & Prevention and Department of Energy.
Let's see if we can find a pattern.
Seaborn has been pre-loaded as sns
and matplotlib.pyplot as plt
.
Cet exercice fait partie du cours
Dimensionality Reduction in Python
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Print the first five lines of weird_df
print(____.____)