I\'m trying to extract US states from wiki URL, and for which I\'m using Python Pandas.
import pandas as pd import html5lib f_states = pd.read_html(\'https://si
Also consider conda installing your required packages at https://www.continuum.io/downloads. Instead of pip installing, you would conda install your packages.
$ conda install html5lib