chrisjsewell / pytest-notebook

A pytest plugin for regression testing and regenerating Jupyter Notebooks
https://pytest-notebook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
47 stars 9 forks source link

Is it possible to compare with DataFrame in the output ? #80

Open yellowbean opened 3 months ago

yellowbean commented 3 months ago

The output of library I'm building is a Dataframe ( from pandas )

Is it possible to compare output which is rendered from a pandas.Dataframe ?

or it can only compare with string ?