When one (or more) Extractor(s) of an ExternalModel produces a output that is not a single value (Vector, or DataFrame, or Dict,...) in the resulting DataFrame produced by the evaluate! function it is "promoted" to type Any. This behaviour should be changed in order to keep the exact type of the produced output.
When one (or more) Extractor(s) of an
ExternalModelproduces a output that is not a single value (Vector, orDataFrame, orDict,...) in the resultingDataFrameproduced by theevaluate!function it is "promoted" to typeAny. This behaviour should be changed in order to keep the exact type of the produced output.