module exc.exc_streaming

Inheritance diagram of pandas_streaming.exc.exc_streaming

Short summary

module pandas_streaming.exc.exc_streaming

Defines a streming dataframe.

source on GitHub

Classes

class

truncated documentation

StreamingInefficientException

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

Methods

method

truncated documentation

__init__

This method is inefficient in streaming mode and not implemented.

Documentation

Defines a streming dataframe.

source on GitHub

exception pandas_streaming.exc.exc_streaming.StreamingInefficientException(meth)

Bases: Exception

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

source on GitHub

This method is inefficient in streaming mode and not implemented.

Parameters:

meth – inefficient method

source on GitHub

__init__(meth)

This method is inefficient in streaming mode and not implemented.

Parameters:

meth – inefficient method

source on GitHub