I need something like this to work: ```py from IPython.core.debugger import set_trace ... def next(self): if self.data.index[-1] == THE DESIRED DATE HERE: set_trace() ``` How to do that?