Dask¶
- class hamilton.plugins.h_dask.DaskDataFrameResult[source]¶
- static build_result(**outputs: dict[str, Any]) Any[source]¶
Builds a dask dataframe from the outputs.
- This has some assumptions:
the order specified in the output will mirror the order of âjoinsâ here.
it tries to massage types into dask types where it can
otherwise it duplicates any âscalars/objectsâ using the first valid input with an index as the template. It assumes a single partition.