pandas-streaming: streaming API over pandas¶
pandas_streaming aims at processing big files with pandas, too big to hold in memory, too small to be parallelized with a significant gain. The module replicates a subset of pandas API and implements other functionalities for machine learning.
Source are available at sdpython/pandas_streaming.