.. _pyterrier.debug: pt.debug - Tools for Debugging -------------------------------------------- Its very easy to write complex pipelines with PyTerrier. Sometimes you need to inspect dataframes in the middle of a pipeline. The pt.debug transformers display the columns or the data, and can be inserted into pipelines during development. Debug Methods ============= .. automodule:: pyterrier.debug :members: