Classes

Summary

class

class parent

truncated documentation

ImbalancedSplitException

Raised when an imbalanced split is detected.

JsonIterator2Stream

Transforms an iterator on JSON items into a stream which returns an items as a string every time method …

JsonPerRowsStream

Reads a json streams and adds ,, [, ] to convert a stream containing one json object …

StreamingDataFrame

Defines a streaming dataframe. The goal is to reduce the memory footprint. The class takes a function which creates …

StreamingDataFrameSchemaError

Reveals an issue with inconsistant schemas.

StreamingInefficientException

Kind of operations doable with a pandas.DataFrame but which should not be done in streaming mode.

StreamingSeries

Seens as a StreamingDataFrame of one column.