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 Readers for better coding style #20

Closed swarnadhakad closed 2 weeks ago

swarnadhakad commented 10 months ago

Refactor readers for better coding style.

  1. where there is default, instead of if, else use get with default
  2. Use dict for reader factory
ChillarAnand commented 3 months ago

Since the PR is merged, this can be close now.