Skip to content

Instantly share code, notes, and snippets.

@mjam03
Created February 22, 2021 11:10
Show Gist options
  • Save mjam03/e2d610db9b563f7929d01e29d4c48b7d to your computer and use it in GitHub Desktop.
Save mjam03/e2d610db9b563f7929d01e29d4c48b7d to your computer and use it in GitHub Desktop.
test_0
from bs4 import BeautifulSoup
import datetime as dt
import io
import matplotlib.dates as mdates
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import requests
import seaborn as sns
import sys
from urllib.request import Request, urlopen
import warnings
import zipfile
# autocomplete not working in my jupyter instances
%config Completer.use_jedi = False
# some pandas and sns preferences
sns.set()
warnings.filterwarnings('ignore')
pd.set_option('display.max_rows', 500)
pd.set_option('display.max_columns', 500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment