Data types in the Deephaven Python dtypes package

Deephaven defines its Python types in the deephaven.dtypes package.

Importing deephaven.dtypes

Deephaven recommends importing this package as follows:

Values

The following values can be found in the deephaven.dtypes package:

Example usage

One application of Deephaven types is to set the column types for a Dynamic Table Writer. The following example creates 5 different tables, each containing a column for a different type contained within deephaven.dtypes.

One application of Deephaven types is to set the column types for a Dynamic Table Writer. The following example creates 4 different tables, each containing a column for a different type contained within deephaven.dtypes.