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
.
This exercise is part of the course
Dimensionality Reduction in Python
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Print the first five lines of weird_df
print(____.____)