blackrock / ingen

InGen is a command line tool written on top of pandas and great_expectations to perform small scale data transformations and validations without writing code.
Apache License 2.0
13 stars 5 forks source link

[Fix] fix test cases #25

Closed swarnadhakad closed 10 months ago

swarnadhakad commented 10 months ago

Description

Fix failed test cases.

Changes Made

Fix test cases that were failing. Rename sum to json_sum to be able to use sum method instead of for loop.

Definition of Done

Before submitting this pull request, please ensure that the following criteria have been met:

Additional Notes

[Add any additional notes or context for the reviewer or future maintainers of this code.]

Thank you for submitting!