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
.
Este exercício faz parte do curso
Dimensionality Reduction in Python
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Print the first five lines of weird_df
print(____.____)