This file contains 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
#!/usr/bin/env python | |
#coding:utf-8 | |
# Author: --<> | |
# Purpose: | |
# Created: 12/29/10 | |
from HTMLParser import HTMLParser # Python 2 | |
import pandas as pd | |
# from html.parser import HTMLParser # Python 3 |