Skip to content

Instantly share code, notes, and snippets.

@josht-jpg
Created September 2, 2020 20:51
Show Gist options
  • Save josht-jpg/0742048ad802a14c64ae0bf639db7c66 to your computer and use it in GitHub Desktop.
Save josht-jpg/0742048ad802a14c64ae0bf639db7c66 to your computer and use it in GitHub Desktop.
Basic imports
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
sns.set(style="darkgrid")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment