You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/data.csv
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4164,6 +4164,22 @@ ndarrayCastingModes,"\nndarrayCastingModes()\n Returns a list of ndarray cast
4164
4164
ndarrayDataBuffer,"\nndarrayDataBuffer( x:ndarray )\n Returns the underlying data buffer of a provided ndarray.\n"
4165
4165
ndarrayDataType,"\nndarrayDataType( x:ndarray )\n Returns the data type of a provided ndarray.\n"
4166
4166
ndarrayDataTypes,"\nndarrayDataTypes( [kind:string] )\n Returns a list of ndarray data types.\n"
4167
+
ndarrayDataTypes.binary,"\nndarrayDataTypes.binary\n Read-only property returning a data type instance representing a binary data\n type.\n"
4168
+
ndarrayDataTypes.boolean,"\nndarrayDataTypes.boolean\n Read-only property returning a data type instance representing a boolean\n data type.\n"
4169
+
ndarrayDataTypes.complex32,"\nndarrayDataTypes.complex32\n Read-only property returning a data type instance representing a half-\n precision complex floating-point number data type.\n"
4170
+
ndarrayDataTypes.complex64,"\nndarrayDataTypes.complex64\n Read-only property returning a data type instance representing a single-\n precision complex floating-point number data type.\n"
4171
+
ndarrayDataTypes.complex128,"\nndarrayDataTypes.complex128\n Read-only property returning a data type instance representing a double-\n precision complex floating-point number data type.\n"
4172
+
ndarrayDataTypes.float16,"\nndarrayDataTypes.float16\n Read-only property returning a data type instance representing a half-\n precision real-valued floating-point number data type.\n"
4173
+
ndarrayDataTypes.float32,"\nndarrayDataTypes.float32\n Read-only property returning a data type instance representing a single-\n precision real-valued floating-point number data type.\n"
4174
+
ndarrayDataTypes.float64,"\nndarrayDataTypes.float64\n Read-only property returning a data type instance representing a double-\n precision real-valued floating-point number data type.\n"
4175
+
ndarrayDataTypes.generic,"\nndarrayDataTypes.generic\n Read-only property returning a data type instance representing a \"generic\"\n data type.\n"
4176
+
ndarrayDataTypes.int8,"\nndarrayDataTypes.int8\n Read-only property returning a data type instance representing a signed\n 8-bit integer data type.\n"
4177
+
ndarrayDataTypes.int16,"\nndarrayDataTypes.int16\n Read-only property returning a data type instance representing a signed\n 16-bit integer data type.\n"
4178
+
ndarrayDataTypes.int32,"\nndarrayDataTypes.int32\n Read-only property returning a data type instance representing a signed\n 32-bit integer data type.\n"
4179
+
ndarrayDataTypes.uint8,"\nndarrayDataTypes.uint8\n Read-only property returning a data type instance representing an unsigned\n 8-bit integer data type.\n"
4180
+
ndarrayDataTypes.uint8c,"\nndarrayDataTypes.uint8c\n Read-only property returning a data type instance representing an unsigned\n clamped 8-bit integer data type.\n"
4181
+
ndarrayDataTypes.uint16,"\nndarrayDataTypes.uint16\n Read-only property returning a data type instance representing an unsigned\n 16-bit integer data type.\n"
4182
+
ndarrayDataTypes.uint32,"\nndarrayDataTypes.uint32\n Read-only property returning a data type instance representing an unsigned\n 32-bit integer data type.\n"
4167
4183
ndarrayDispatch,"\nndarrayDispatch( fcns:Function|ArrayLikeObject<Function>, \n types:ArrayLikeObject, data:ArrayLikeObject|null, nargs:integer, nin:integer, \n nout:integer )\n Returns an ndarray function interface which performs multiple dispatch.\n"
4168
4184
ndarrayFlag,"\nndarrayFlag( x:ndarray, name:string|symbol )\n Returns a specified flag for a provided ndarray.\n"
4169
4185
ndarrayFlags,"\nndarrayFlags( x:ndarray )\n Returns the flags of a provided ndarray.\n"
0 commit comments