Siddharth Mathur
Results
3
issues of
Siddharth Mathur
Fixes #191 by replacing all instances of `td` with `th` in [finviz/screener.py](https://github.com/mariostoev/finviz/blob/master/finviz/screener.py).
My code: ```python from finviz.screener import Screener import pandas as pd stock_list = Screener(filters=['idx_sp500'], table='Overview') ``` Results in this error: ``` Traceback (most recent call last): File "venv/test.py", line 4,...