Skip to content

Introduction to Data Science in Python

Run the hidden code cell below to import the data used in this course.


1 hidden cell

Take Notes

Add notes about the concepts you've learned and code cells with code you want to keep.

Add your notes here

Modules (sometimes called packages or libraries)

  1. statsmodels: used in machine learning;
  2. seaborn: a visualization library;
# Add your code snippets here