1
1
pandas-streaming: streaming API over pandas
2
2
===========================================
3
3
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
-
11
4
.. image :: https://ci.appveyor.com/api/projects/status/4te066r8ne1ymmhy?svg=true
12
5
:target: https://ci.appveyor.com/project/sdpython/pandas-streaming
13
6
:alt: Build Status Windows
@@ -23,10 +16,10 @@ pandas-streaming: streaming API over pandas
23
16
24
17
.. image :: https://img.shields.io/badge/license-MIT-blue.svg
25
18
:alt: MIT License
26
- :target: http ://opensource.org/licenses /MIT
19
+ :target: https ://opensource.org/license /MIT/
27
20
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
30
23
31
24
.. image :: http://img.shields.io/github/issues/sdpython/pandas_streaming.png
32
25
:alt: GitHub Issues
@@ -48,7 +41,7 @@ pandas-streaming: streaming API over pandas
48
41
:target: https://github.com/sdpython/pandas_streaming/
49
42
:alt: size
50
43
51
- ` pandas_streaming < http://www.xavierdupre.fr/app/pandas_streaming/helpsphinx/index.html >`_
44
+ ** pandas_streaming **
52
45
aims at processing big files with `pandas <http://pandas.pydata.org/ >`_,
53
46
too big to hold in memory, too small to be parallelized with a significant gain.
54
47
The module replicates a subset of `pandas <http://pandas.pydata.org/ >`_ API
@@ -84,8 +77,4 @@ The module can also stream an existing dataframe.
84
77
It contains other helpers to split datasets into
85
78
train and test with some weird constraints.
86
79
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