Import the packages
from lxml.html import parse
from urllib.request import urlopen
from pandas.io.parsers import TextPar
2020-04-14