Modules

Summary

module

truncated documentation

__init__

module pandas_streaming Module pandas_streaming. Processes large datasets with pandas by reimplementing streeaming versions of pandas functionalites. source on GitHub

__init__

module pandas_streaming.data Shortcuts to df. source on GitHub

__init__

module pandas_streaming.df Shortcuts to df. source on GitHub

__init__

module pandas_streaming.exc Shortcuts to exc. source on GitHub

connex_split

module pandas_streaming.df.connex_split Implements a connex split between train and test. source on GitHub

dataframe

module pandas_streaming.df.dataframe Defines a streaming dataframe. source on GitHub

dataframe_helpers

module pandas_streaming.df.dataframe_helpers Helpers for dataframes. source on GitHub

dataframe_io

module pandas_streaming.df.dataframe_io Saves and reads a dataframe into a zip file. source on GitHub

dataframe_io_helpers

module pandas_streaming.df.dataframe_io_helpers Saves and reads a dataframe into a zip file. source on GitHub

dataframe_split

module pandas_streaming.df.dataframe_split Implements different methods to split a dataframe. source on GitHub

dummy

module pandas_streaming.data.dummy Dummy datasets. source on GitHub

exc_streaming

module pandas_streaming.exc.exc_streaming Defines a streming dataframe. source on GitHub