Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 2.29 KB

File metadata and controls

72 lines (52 loc) · 2.29 KB

pandas-streaming: streaming API over pandas

Build Status Windows https://dev.azure.com/xavierdupre3/pandas_streaming/_apis/build/status/sdpython.pandas_streaming MIT License https://codecov.io/gh/sdpython/pandas-streaming/branch/main/graph/badge.svg?token=0caHX1rhr8 GitHub Issues Downloads Forks Stars size

pandas_streaming aims at processing big files with :epkg:`pandas`, too big to hold in memory, too small to be parallelized with a significant gain. The module replicates a subset of :epkg:`pandas` API and implements other functionalities for machine learning.

.. toctree::
    :maxdepth: 1
    :caption: Contents

    tutorial/index
    auto_examples/index
    api/index
    i_ex

.. toctree::
    :maxdepth: 1
    :caption: More

    CHANGELOGS
    license

Source are available at sdpython/pandas_streaming.

Older versions