This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To use install a newer versions of python3 along with the following packages | |
# pip install pdfminer pdfminer.six pandas beautifulsoup4 | |
import requests | |
from bs4 import BeautifulSoup | |
import pandas as pd | |
import io | |
import time | |
import datetime |
OlderNewer