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.