Inspect Run Results

Results come from CsvPaths's ResultsManager. You ask for the results of a named-paths run by name or reference. The return is a list of Result objects. Each Result has the CsvPath object that generated it, along with all the data and metadata that was produced. By default, the ResultsManager returns the most recent run.
from csvpath import CsvPaths
CsvPath().get_named_results( name="orders" )
Last updated