Skip to content

Instantly share code, notes, and snippets.

@sminot
Last active June 26, 2020 16:30
Show Gist options
  • Select an option

  • Save sminot/43e7f6aadf46eb7238e87ab5f325276b to your computer and use it in GitHub Desktop.

Select an option

Save sminot/43e7f6aadf46eb7238e87ab5f325276b to your computer and use it in GitHub Desktop.
Typical Python import block
from functools import lru_cache
from collections import defaultdict
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.backends.backend_pdf import PdfPages
import matplotlib.patches as mpatches
from scipy import stats
import seaborn as sns
import os
from statsmodels.stats.multitest import multipletests
sns.set_style("whitegrid")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment