Skip to content

Instantly share code, notes, and snippets.

@aletelecom
Created July 31, 2022 17:48
Show Gist options
  • Save aletelecom/a9c9575ac4b64cecb66c0b3f50913747 to your computer and use it in GitHub Desktop.
Save aletelecom/a9c9575ac4b64cecb66c0b3f50913747 to your computer and use it in GitHub Desktop.
Viz 4 imports
# Make all the imports needed
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from scipy.stats import norm, skewnorm
import math
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment