Skip to content

Commit 51558a0

Browse files
authored
DOC: Add dataframe_sql to eco system page (#36370)
1 parent b53fa14 commit 51558a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/ecosystem.rst

+7
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,13 @@ HTTP API, and also provides several convenient methods for parsing and analyzing
303303
fredapi makes use of pandas and returns data in a Series or DataFrame. This module requires a FRED API key that
304304
you can obtain for free on the FRED website.
305305

306+
`dataframe_sql <https://github.com/zbrookle/dataframe_sql>`__
307+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
308+
``dataframe_sql`` is a Python package that translates SQL syntax directly into
309+
operations on pandas DataFrames. This is useful when migrating from a database to
310+
using pandas or for users more comfortable with SQL looking for a way to interface
311+
with pandas.
312+
306313

307314
.. _ecosystem.domain:
308315

0 commit comments

Comments
 (0)