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 = False , relayout : bool = True ) None [source] ¶
-
Copy all the content of a
sourceDafReaderinto adestinationDafWriter. See the Julia documentation for details.
- dafpy.copies. EmptyData ¶
-
Specify the data to use for missing properties in a
Dafdata set. See the Julia documentation for details.alias of
Mapping[Union[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: ~dafpy.data.DafWriter , source: ~dafpy.data.DafReader , name: str , rename: str | None = None , default: bool | int | float | ~numpy.int8 | ~numpy.int16 | ~numpy.int32 | ~numpy.int64 | ~numpy.uint8 | ~numpy.uint16 | ~numpy.uint32 | ~numpy.uint64 | ~numpy.float32 | ~numpy.float64 | str | ~dafpy.julia_import.UndefInitializer | None = <dafpy.julia_import.UndefInitializer object> , overwrite: bool = False ) None [source] ¶
-
Copy a scalar with some
namefrom somesourceDafReaderinto somedestinationDafWriter. See the Julia documentation for details.
- dafpy.copies. copy_axis ( * , destination: ~dafpy.data.DafWriter , source: ~dafpy.data.DafReader , axis: str , rename: str | None = None , default: bool | int | float | ~numpy.int8 | ~numpy.int16 | ~numpy.int32 | ~numpy.int64 | ~numpy.uint8 | ~numpy.uint16 | ~numpy.uint32 | ~numpy.uint64 | ~numpy.float32 | ~numpy.float64 | str | ~dafpy.julia_import.UndefInitializer | None = <dafpy.julia_import.UndefInitializer object> , overwrite: bool = False , insist: bool = True ) None [source] ¶
-
Copy an axis from some
sourceDafReaderinto somedestinationDafWriter. See the Julia documentation for details.
- dafpy.copies. copy_vector ( * , destination: ~dafpy.data.DafWriter , source: ~dafpy.data.DafReader , axis: str , name: str , reaxis: str | None = None , rename: str | None = None , default: bool | int | float | ~numpy.int8 | ~numpy.int16 | ~numpy.int32 | ~numpy.int64 | ~numpy.uint8 | ~numpy.uint16 | ~numpy.uint32 | ~numpy.uint64 | ~numpy.float32 | ~numpy.float64 | str | ~dafpy.julia_import.UndefInitializer | None = <dafpy.julia_import.UndefInitializer object> , empty: bool | int | float | ~numpy.int8 | ~numpy.int16 | ~numpy.int32 | ~numpy.int64 | ~numpy.uint8 | ~numpy.uint16 | ~numpy.uint32 | ~numpy.uint64 | ~numpy.float32 | ~numpy.float64 | str | None = None , overwrite: bool = False ) None [source] ¶
-
Copy a vector from some
sourceDafReaderinto somedestinationDafWriter. See the Julia documentation for details.
- dafpy.copies. copy_matrix ( * , destination: ~dafpy.data.DafWriter , source: ~dafpy.data.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 | ~numpy.int8 | ~numpy.int16 | ~numpy.int32 | ~numpy.int64 | ~numpy.uint8 | ~numpy.uint16 | ~numpy.uint32 | ~numpy.uint64 | ~numpy.float32 | ~numpy.float64 | str | ~dafpy.julia_import.UndefInitializer | None = <dafpy.julia_import.UndefInitializer object> , empty: bool | int | float | ~numpy.int8 | ~numpy.int16 | ~numpy.int32 | ~numpy.int64 | ~numpy.uint8 | ~numpy.uint16 | ~numpy.uint32 | ~numpy.uint64 | ~numpy.float32 | ~numpy.float64 | str | None = None , relayout: bool = True , overwrite: bool = False ) None [source] ¶
-
Copy a matrix from some
sourceDafReaderinto somedestinationDafWriter. 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 = True , overwrite : bool = False ) None [source] ¶
-
Copy a tensor from some
sourceDafReaderinto somedestinationDafWriter. See the Julia documentation for details.