dtype
There are 95 repositories under dtype topic.
dylan-profiler/compressio
Lossless in-memory compression of pandas DataFrames and Series powered by the visions type system. Up to 10x less RAM needed for the same data.
josephnowak/tensordb
Datastore for Tensors based on Xarray and Zarr
grauho/sdc
A simple tool to convert .safetensor files that include certain large dtypes into ones that don't
stdlib-js/array-dtype
Return the data type of an array.
stdlib-js/array-dtypes
List of array data types.
stdlib-js/array-min-dtype
Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.
stdlib-js/array-typed-complex-ctors
Complex typed array constructors.
stdlib-js/array-typed-dtypes
List of typed array data types.
stdlib-js/array-typed-float-ctors
Floating-point typed array constructors.
stdlib-js/array-typed-float-dtypes
List of typed array floating-point data types.
stdlib-js/array-typed-integer-ctors
Integer-valued typed array constructors.
stdlib-js/array-typed-integer-dtypes
List of typed array integer data types.
stdlib-js/array-typed-real-ctors
Typed array constructors.
stdlib-js/array-typed-real-dtypes
List of typed array data types.
stdlib-js/array-typed-real-float-dtypes
List of typed array real-valued floating-point data types.
stdlib-js/array-typed-signed-integer-dtypes
List of typed array signed integer data types.
stdlib-js/complex-ctors
Complex number constructors.
stdlib-js/ndarray-base-buffer-ctors
ndarray data buffer constructors.
stdlib-js/ndarray-base-buffer-dtype-enum
Return the data type enumeration constant of an ndarray data buffer.
stdlib-js/ndarray-base-char2dtype
Return the data type string associated with a provided single letter abbreviation.
stdlib-js/ndarray-base-dtype-resolve-enum
Return the enumeration constant associated with a supported ndarray data type value.
stdlib-js/ndarray-base-dtype-str2enum
Return the enumeration constant associated with an ndarray data type string.
stdlib-js/ndarray-base-dtype2c
Return the C data type associated with a provided data type string.
stdlib-js/ndarray-base-napi-dtype-string-to-dtype
C API for returning the ndarray data type corresponding to a data type string.
stdlib-js/ndarray-base-napi-typedarray-type-to-dtype
C API for returning the ndarray data type corresponding to an N-API typed array type.
stdlib-js/ndarray-dtypes
List of ndarray data types.
stdlib-js/strided-base-dtype-resolve-enum
Return the enumeration constant associated with a supported strided array data type value.
maryamsoftdev/All_About_NumPy
Learning python day 7
stdlib-js/array-base-assert-is-boolean-data-type
Test if an input value is a supported array boolean data type.
stdlib-js/array-base-assert-is-floating-point-data-type
Test if an input value is a supported array floating-point data type.
stdlib-js/array-base-assert-is-integer-data-type
Test if an input value is a supported array integer data type.
stdlib-js/array-base-assert-is-numeric-data-type
Test if an input value is a supported array numeric data type.
stdlib-js/array-base-assert-is-real-data-type
Test if an input value is a supported array real-valued data type.
stdlib-js/array-base-assert-is-real-floating-point-data-type
Test if an input value is a supported array real-valued floating-point data type.
stdlib-js/array-base-assert-is-signed-integer-data-type
Test if an input value is a supported array signed integer data type.
stdlib-js/array-base-assert-is-unsigned-integer-data-type
Test if an input value is a supported array unsigned integer data type.