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

Refactor Formatter package and json_util #16

Closed swarnadhakad closed 10 months ago

swarnadhakad commented 10 months ago

Refactor

  1. Utils to use more pythonic for loop
  2. Formatters to use columns.get instead of []
  3. Add a function to allow custom formatters to be added to ingen users
  4. refactor json_util to use cleaner code