I am unable to read the HTML files using pandas. Below is the error screenshot:
1 Answer
Kindly refer to the link for the same html parsing problem discussed in stackoverflow: html5lib: TypeError: __init__() got an unexpected keyword argument 'encoding'
You have to install via pip
html5lib=="0.9999999"
The problem here persists with the html5lib parse tree so you have to install html5lib separately since we can't upgrade specific modules in Pandas library.

html5libversion?pandasthen try againpandas '0.20.3',bs4 '4.6.0', andhtml5lib '0.999999999'. it loads it up for me.