Next: isdatetime, Previous: iscalendarduration, Up: API Alphabetically [Contents]
8.2.19 iscategorical ¶
- Function:
out = iscategorical (x) ¶
-
True if input is a categorical array, false otherwise.
Respects iscategorical override methods on user-defined classes, even if
they do not inherit from categorical or were known to Tablicious at
authoring time.
Returns a scalar logical.