Important modules/packages/libraries
statsmodels: used in machine learning, usually aliased as sm
seaborn: used for visualization, usually aliased as sns
pandas: for loading data
numpy
matplotlib
to import a module and give it a name: import pandas as pd
When defining variables, you don’t need to explicitly tell what type of variable is going
to be defined. You directly write the name of the variable = its value