Re: py-pandas and lxml run dep?

2020-04-25 Thread Stuart Henderson
On 2020/04/25 21:16, Mikolaj Kucharski wrote: > Hi, > > I did some quick testing of some random code from GitHub, which uses > pandas Python module and it failed with: > > holders = _pd.read_html(url) > File "/usr/local/lib/python3.7/site-packages/pandas/io/html.py", line 1100, > in

py-pandas and lxml run dep?

2020-04-25 Thread Mikolaj Kucharski
Hi, I did some quick testing of some random code from GitHub, which uses pandas Python module and it failed with: holders = _pd.read_html(url) File "/usr/local/lib/python3.7/site-packages/pandas/io/html.py", line 1100, in read_html displayed_only=displayed_only, File