mmcdermott / MEDS_transforms

A simple set of MEDS polars-based ETL and transformation functions
MIT License
15 stars 3 forks source link

Pipeline should throw a warning if there are deprecated column names and not current column names in event config #126

Open mmcdermott opened 1 month ago

mmcdermott commented 1 month ago

e.g., numerical_value instead of numeric_value.

mmcdermott commented 2 weeks ago

This can use https://github.com/mmcdermott/MEDS_transforms/blob/main/src/MEDS_transforms/__init__.py#L30 (though that should perhaps be transitioned to MEDS proper).