.. _f-excstreaming: module ``exc.exc_streaming`` ============================ .. inheritance-diagram:: pandas_streaming.exc.exc_streaming Short summary +++++++++++++ module ``pandas_streaming.exc.exc_streaming`` Defines a streming dataframe. :githublink:`%|py|6` Classes +++++++ +-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +===========================================================================================================+===========================================================================================================+ | :class:`StreamingInefficientException ` | Kind of operations doable with a :epkg:`pandas:DataFrame` but which should not be done in streaming mode. | +-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ Methods +++++++ +-------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | method | truncated documentation | +=================================================================================================+===================================================================+ | :py:meth:`__init__ ` | This method is inefficient in streaming mode and not implemented. | +-------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pandas_streaming.exc.exc_streaming :members: :special-members: __init__ :show-inheritance: