hatchet.writers package

Submodules

hatchet.writers.dataframe_writer module

class hatchet.writers.dataframe_writer.DataframeWriter(filename)[source]

Bases: ABC

write(gf, **kwargs)[source]
exception hatchet.writers.dataframe_writer.InvalidDataFrameIndex[source]

Bases: Exception

Raised when the DataFrame index is of an invalid type.

hatchet.writers.hdf5_writer module

class hatchet.writers.hdf5_writer.HDF5Writer(filename)[source]

Bases: DataframeWriter

Module contents