11pandas-streaming: streaming API over pandas
22===========================================
33
4- .. image :: https://github.com/sdpython/pandas_streaming/blob/main/_doc/_static/project_ico.png?raw=true
5- :target: https://github.com/sdpython/pandas_streaming/
6-
7- .. image :: https://travis-ci.com/sdpython/pandas_streaming.svg?branch=main
8- :target: https://app.travis-ci.com/github/sdpython/pandas_streaming
9- :alt: Build status
10-
114.. image :: https://ci.appveyor.com/api/projects/status/4te066r8ne1ymmhy?svg=true
125 :target: https://ci.appveyor.com/project/sdpython/pandas-streaming
136 :alt: Build Status Windows
@@ -23,10 +16,10 @@ pandas-streaming: streaming API over pandas
2316
2417.. image :: https://img.shields.io/badge/license-MIT-blue.svg
2518 :alt: MIT License
26- :target: http ://opensource.org/licenses /MIT
19+ :target: https ://opensource.org/license /MIT/
2720
28- .. image :: https://codecov.io/github /sdpython/pandas_streaming/coverage .svg?branch=main
29- :target: https://codecov.io/github /sdpython/pandas_streaming?branch=main
21+ .. image :: https://codecov.io/gh /sdpython/pandas-streaming/branch/main/graph/badge .svg?token=0caHX1rhr8
22+ :target: https://codecov.io/gh /sdpython/pandas-streaming
3023
3124.. image :: http://img.shields.io/github/issues/sdpython/pandas_streaming.png
3225 :alt: GitHub Issues
@@ -48,7 +41,7 @@ pandas-streaming: streaming API over pandas
4841 :target: https://github.com/sdpython/pandas_streaming/
4942 :alt: size
5043
51- ` pandas_streaming < http://www.xavierdupre.fr/app/pandas_streaming/helpsphinx/index.html >`_
44+ ** pandas_streaming **
5245aims at processing big files with `pandas <http://pandas.pydata.org/ >`_,
5346too big to hold in memory, too small to be parallelized with a significant gain.
5447The module replicates a subset of `pandas <http://pandas.pydata.org/ >`_ API
@@ -84,8 +77,4 @@ The module can also stream an existing dataframe.
8477It contains other helpers to split datasets into
8578train and test with some weird constraints.
8679
87- **Links: **
88-
89- * `GitHub/pandas_streaming <https://github.com/sdpython/pandas_streaming/ >`_
90- * `documentation <http://www.xavierdupre.fr/app/pandas_streaming/helpsphinx/index.html >`_
91- * `Blog <http://www.xavierdupre.fr/app/pandas_streaming/helpsphinx/blog/main_0000.html#ap-main-0 >`_
80+ * `documentation <https://sdpython.github.io/doc/pandas-streaming/dev/ >`_
0 commit comments