You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main downside is that if the assert fails, the error will concern the difference in string values of the CSVs and not those of the actual DataFrames. Additionally, the index cannot be verified.
Is that possible to support Pandas Dataframe?
Currently,
snapshottest
only translatedf
intoGenericRepr
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.
The text was updated successfully, but these errors were encountered: