deephaven.pandasplugin.pandas_as_table¶ class PandasDataFrameSerializer[source]¶ Bases: FetchOnlyObjectType 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 obj into bytes. Must only be called with a compatible object.