Is your feature request related to a problem? Please describe.
If a comparison in validate_result_identical fails, it will either print the first mismatch (if not in debug mode) or all the mismatches one-by-one (debug mode). To make it easier to debug, it would be great if we could add the following features:
- in debug mode, print the whole data set, using the pandas print functionality (making sure that everything is printed).
- add an option to the comparison to dump the difference and/or the two data sets to a separate JSON or CSV file so they can be investigated later. @mlange05 : Could you comment on what you need here exactly.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response
Is your feature request related to a problem? Please describe.
If a comparison in
validate_result_identicalfails, it will either print the first mismatch (if not in debug mode) or all the mismatches one-by-one (debug mode). To make it easier to debug, it would be great if we could add the following features:Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response