Container
E4ST.Container — Typeabstract type ContainerAbstract type for containers that can be indexed by year and time. i.e. c[yr_idx, hr_idx] will work, even if c contains a single number, a number for each year, a number for each hour, or a number for each year and hour.
E4ST.to_container — Functionto_container(v) -> cv::Vector{Container}Converts v to a Vector{Container}
E4ST.to_container! — Functionto_container!(table, col_name)Converts table[!, :col_name] to a Vector{Container}.