Show your pipeline — what are you running dfwatcher on? #2
Abineshabee
started this conversation in
Show and tell
Replies: 1 comment
|
I'll be using it on my ML data preprocessing pipeline. Most of my workflow involves cleaning data, feature engineering, and merging datasets before training models. Looking forward to seeing how it catches unexpected row-count changes and null values during preprocessing. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Curious what pipelines people are using dfwatcher on.
Drop a comment with:
I'll start — the original motivation was a join explosion that silently turned
1M rows into 4M with no error, no warning, nothing. That's what started this.
What's your story?
All reactions