copies

Copy data between Daf data sets. See the Julia documentation for details.

dafpy.copies. copy_all ( * , destination : DafWriter , source : DafReader , 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 , overwrite : bool | None = None , relayout : bool | None = None ) None [source]

Copy all the content of a source DafReader into a destination DafWriter . See the Julia documentation for details.

dafpy.copies. EmptyData

Specify the data to use for missing properties in a Daf data set. See the Julia documentation for details.

alias of 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 ]

dafpy.copies. copy_scalar ( * , destination : DafWriter , source : DafReader , name : str , rename : str | None = None , default : bool | int | float | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | float32 | float64 | str | UndefInitializer | None = <dafpy.julia_import.UndefInitializer object> , overwrite : bool | None = None ) None [source]

Copy a scalar with some name from some source DafReader into some destination DafWriter . See the Julia documentation for details.

dafpy.copies. copy_axis ( * , destination : DafWriter , source : DafReader , axis : str , rename : str | None = None , default : bool | int | float | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | float32 | float64 | str | UndefInitializer | None = <dafpy.julia_import.UndefInitializer object> , overwrite : bool | None = None , insist : bool | None = None ) None [source]

Copy an axis from some source DafReader into some destination DafWriter . See the Julia documentation for details.

dafpy.copies. copy_vector ( * , destination : DafWriter , source : DafReader , axis : str , name : str , reaxis : str | None = None , rename : str | None = None , default : bool | int | float | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | float32 | float64 | str | UndefInitializer | None = <dafpy.julia_import.UndefInitializer object> , empty : bool | int | float | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | float32 | float64 | str | None = None , overwrite : bool | None = None ) None [source]

Copy a vector from some source DafReader into some destination DafWriter . See the Julia documentation for details.

dafpy.copies. copy_matrix ( * , destination : DafWriter , source : DafReader , rows_axis : str , columns_axis : str , name : str , rows_reaxis : str | None = None , columns_reaxis : str | None = None , rename : str | None = None , default : bool | int | float | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | float32 | float64 | str | UndefInitializer | None = <dafpy.julia_import.UndefInitializer object> , empty : bool | int | float | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | float32 | float64 | str | None = None , relayout : bool | None = None , overwrite : bool | None = None ) None [source]

Copy a matrix from some source DafReader into some destination DafWriter . See the Julia documentation for details.

dafpy.copies. copy_tensor ( * , destination : DafWriter , source : DafReader , main_axis : str , rows_axis : str , columns_axis : str , name : str , rows_reaxis : str | None = None , columns_reaxis : str | None = None , rename : str | None = None , empty : bool | int | float | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | float32 | float64 | str | None = None , relayout : bool | None = None , overwrite : bool | None = None ) None [source]

Copy a tensor from some source DafReader into some destination DafWriter . See the Julia documentation for details.