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 ejercicio forma parte del curso
Dimensionality Reduction in Python
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Print the first five lines of weird_df
print(____.____)