Skip to content

Instantly share code, notes, and snippets.

@mohammedouahman
Created November 19, 2021 16:46
Show Gist options
  • Save mohammedouahman/487dabf07ff640fdbf38cc946aa122f1 to your computer and use it in GitHub Desktop.
Save mohammedouahman/487dabf07ff640fdbf38cc946aa122f1 to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline
import re
import time
from datetime import datetime
import matplotlib.dates as mdates
import matplotlib.ticker as ticker
from urllib.request import urlopen
from bs4 import BeautifulSoup
import requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment