In this lesson, you’ll get ready to predict the age of sea snails with Python using the abalone dataset from UCI Machine Learning Repository! To do that, you’ll want to ensure that you’ve installed Python with Anaconda. You’ll also want to download Seaborn to plot a histogram of the sea snails’ rings.
To learn more about the pandas DataFrame, check out The pandas DataFrame: Make Working With Data Delightful.