For those that don’t know, Hamilton is a general purpose micro-framework for specifying dataflows, e.g. specifying Pandas transforms. It helps you to structure your code base, and improves your code, e.g. you always write unit testable transform code with Hamilton. It does this by introducing a paradigm where functions have…