promptdojo_

Pipeline orchestration shape without the theater — step 6 of 7

Using the provided @stage decorator, write two stages: clean (keep rows whose amt parses as a number — use .replace(".", "", 1).isdigit()) and feature (cast amt to float). Chain them over the 3 rows, print the LOG one line per stage, then the result.

full-screen editor opens — close anytime to keep reading.