cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
48 stars 13 forks source link

Changes For Issue 536 #577

Closed RamilCDISC closed 5 months ago

RamilCDISC commented 11 months ago

This PR add updates for Issue 536. Changes are as follows:

  1. All operations have been integrated into one class
  2. All operations handle both dask and pandas dataframe properly.
  3. All the unit tests have been updated to include tests for dask datafame too
  4. All tests are updated to use new operations class
  5. Changes have been made to main code to use services of new operations class

To test run unit tests

gerrycampion commented 5 months ago

Implemented by: https://github.com/cdisc-org/cdisc-rules-engine/pull/615