Closed mmcdermott closed 3 months ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@prenc I know this is still quite preliminary, but does this look like it would capture what you're wanting out of match & revise?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.29%. Comparing base (
9877f92
) to head (f2d2d0e
). Report is 307 commits behind head on dev.
:white_check_mark: All tests successful. No failed tests found.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds a sort of "meta" stage configuration set-up in which transforms can be made to be applied to portions of dataframes conditionally via specified filters. This paradigm is called the "match & revise" pattern. Once merged, this will close #101