syrusakbary / snapshottest

Snapshot Testing utils for Python 📸
MIT License
525 stars 102 forks source link

[Feature Request] support Pandas Dataframe #167

Open xareelee opened 1 year ago

xareelee commented 1 year ago

Is that possible to support Pandas Dataframe?

Currently, snapshottest only translate df into GenericRepr string value. The detailed data will be abbreviated.

I hope it can put the dataframe into csv like format, and compare them row by row.