Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:07 +08:00
commit d14bc8c36b
9 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for data-preprocessing-pipeline skill
- [ ] validate_data.py: Script to validate data against predefined schemas or rules.
- [ ] transform_data.py: Script to apply transformations to the data (e.g., normalization, scaling).
- [ ] handle_errors.py: Script to manage and log errors during the preprocessing pipeline.
- [ ] pipeline.py: Script to orchestrate the entire data preprocessing pipeline.