Mark Gahagan

Results 1 comments of Mark Gahagan

Same issue here. Needs following amendment in data.py line 50: if r.status_code == requests.codes.ok: df = pd.read_csv( StringIO(r.text), skipfooter=1, parse_dates=[0], index_col=0, engine='python', ) return df