There was an error while loading. Please reload this page.
Couldn't load subscription status. Retry
Me being dumb discovered this:
In [209]: bug = pd.DataFrame({"A": [1, 2], 'B': ['c', 'd']}) In [210]: bug Out[210]: A B 0 1 c 1 2 d In [211]: bug.eval('A + B') # stack trace truncated ... RuntimeError: maximum recursion depth exceeded
cc @cpcloud