Sen
Sen
Actually I think by simply putting the try-except clause inside the for loop might just work. ```python for value in ts_array: try: ts_list.append(df.index.get_loc(value)) except KeyError: logging.warning('Could not divide time index...
Yes I have the same issue here, using a mac air 2013 I think. Same problem. Wrong login input will cause warning, but correct one shows nothing, and not logged...
@dhbaird I am still wondering if anyone is still working on this repo......
Hi @luvres , do you have any progress on this?