deephaven.pandasplugin.pandas_as_table

class PandasDataFrameSerializer[source]

Bases: deephaven.plugin.object.ObjectType

is_type(object)[source]

Returns true if, and only if, the object is compatible with this object type.

Return type

bool

property name

The name of the object type.

to_bytes(exporter, data_frame)[source]

Serializes object into bytes. Must only be called with a compatible object.