Skip to content

Commit bf2ca40

Browse files
author
y-p
committed
Merge pull request #6001 from y-p/PR_doc_ecosystem
DOC: add sklearn-pandas to pandas ecosystem section
2 parents 3f62988 + 129b3b4 commit bf2ca40

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)