Pablo J. Villacorta
Results
13
comments of
Pablo J. Villacorta
@wbo4958 Did you have time to check it? It is really impacting our team
Same problem here. Using @davidnero 's workaround in `nbgrader_config.py` worked. You made my day :-]
I'm getting the same with a Pandas DataFrame: ``` endog = dta["colName"] # [E1136 unsubscriptable-object] Value 'dta' is unsubscriptable ... dta[["c1", "c2"]] # [E1136 unsubscriptable-object] Value 'dta' is unsubscriptable ```...