Skip to content

Instantly share code, notes, and snippets.

@bhoggard
Last active October 11, 2022 23:41
Show Gist options
  • Save bhoggard/a08a4ae1cf4adc14b24d8c9311132663 to your computer and use it in GitHub Desktop.
Save bhoggard/a08a4ae1cf4adc14b24d8c9311132663 to your computer and use it in GitHub Desktop.
Notes on Python for Data Analysis, 3E

Notes on Python for Data Analysis, 3E

The Python community has adopted a number of naming conventions for commonly used modules:

import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
import seaborn as sns
import statsmodels as sm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment