Skip to content

Commit 129b3b4

Browse files
author
y-p
committed
DOC: add sklearn-pandas to pandas ecosystem section
1 parent 3f62988 commit 129b3b4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/source/ecosystem.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,15 @@ more advanced types of plots then those offered by pandas.
5656

5757

5858
`Geopandas <https://github.com/kjordahl/geopandas>`__
59-
------------------------------------------------------
59+
-----------------------------------------------------
6060

6161
Geopandas extends pandas data objects to include geographic information which support
6262
geometric operations. If your work entails maps and geographical coordinates, and
6363
you love pandas, you should take a close look at Geopandas.
64+
65+
`sklearn-pandas <https://github.com/paulgb/sklearn-pandas>`__
66+
-------------------------------------------------------------
67+
68+
Use pandas DataFrames in your scikit-learn ML pipeline.
69+
70+

0 commit comments

Comments
 (0)