concat ¶
Concatenate multiple
Daf
data sets along some axis. See the Julia
documentation
for details.
- dafpy.concat. concatenate ( destination : DafWriter , axis : str | Sequence [ str ] , sources : Sequence [ DafReader ] , names : Sequence [ str ] | None = None , dataset_axis : str | None = 'dataset' , dataset_property : bool = True , prefix : bool | Sequence [ bool ] = False , prefixed : AbstractSet [ str ] | Sequence [ AbstractSet [ str ] ] | None = None , empty : Mapping [ str | Tuple [ str , str ] | Tuple [ str , str , str ] | Tuple [ str , str , str , str ] , bool | int | float | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | float32 | float64 | str ] | None = None , sparse_if_saves_storage_fraction : float = 0.1 , merge : Mapping [ str | Tuple [ str , str ] | Tuple [ str , str , str ] , Literal [ 'SkipProperty' ] | Literal [ 'LastValue' ] | Literal [ 'CollectAxis' ] ] | None = None , overwrite : bool = False ) None [source] ¶
-
Concatenate data from a
sourcessequence ofDafdata sets into a singledestinationdata set along one or more concatenationaxis. See the Julia documentation for details.