In [3]:
import os
# os.chdir('PLEASE PUT YOUR WORKING DIRECTORY HERE')
import pandas as pd
import numpy as np
import plotly.express as px
import plotly.figure_factory as ff
import plotly.graph_objects as go
import plotly.offline as pyo
import matplotlib.pyplot as plt
pyo.init_notebook_mode()
import seaborn as sns
import requests
import http
http.client.HTTPConnection.debuglevel = 1
import json
import re