cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
45 stars 12 forks source link

Issue with sort_values #711

Open drewcdisc opened 1 month ago

drewcdisc commented 1 month ago

PandaDataset object has no object sort_values when calling a rule that wants to sort the dataset. See #521

nhaydel commented 1 month ago

@gerrycampion @drewcdisc any issues with me picking this up?

dostiep commented 1 month ago

@gerrycampion @drewcdisc any issues with me picking this up?

Just saw this issue, I thought I had resolved 521. Sorry if that's not the case. Is business-rules version the issue here?

nhaydel commented 1 month ago

@dostiep with the change to large datasets we moved the business rules operators to this repo. It may have been lost in the merge. Or it could be that it was never implemented for the new Dataset classes

dostiep commented 1 month ago

@nhaydel : just in case https://github.com/dostiep/business-rules/tree/ISS-521 and https://github.com/cdisc-org/cdisc-rules-engine/pull/703