From dc0583bd8203a87fed733e351e894e0a2d4889e4 Mon Sep 17 00:00:00 2001 From: zbrookle Date: Mon, 14 Sep 2020 16:51:30 -0400 Subject: [PATCH 1/2] DOC: Add dataframe_sql to eco system page --- doc/source/ecosystem.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index de231e43918f8..b27d2a5a3eed1 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -303,6 +303,13 @@ HTTP API, and also provides several convenient methods for parsing and analyzing fredapi makes use of pandas and returns data in a Series or DataFrame. This module requires a FRED API key that you can obtain for free on the FRED website. +`dataframe_sql `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +``dataframe_sql`` is a Python package that translates SQL syntax directly into +operations on pandas DataFrames. This is useful when migrating from a database to +using pandas or for users more comfortable with SQL looking for a way to interface +with pandas + .. _ecosystem.domain: From 05edb38f49ca46d49ee6071c24c5ff2aee2194f6 Mon Sep 17 00:00:00 2001 From: Zach Brookler <39153813+zbrookle@users.noreply.github.com> Date: Mon, 14 Sep 2020 20:05:35 -0400 Subject: [PATCH 2/2] Update doc/source/ecosystem.rst Co-authored-by: Daniel Saxton <2658661+dsaxton@users.noreply.github.com> --- doc/source/ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index b27d2a5a3eed1..624c0551de607 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -308,7 +308,7 @@ you can obtain for free on the FRED website. ``dataframe_sql`` is a Python package that translates SQL syntax directly into operations on pandas DataFrames. This is useful when migrating from a database to using pandas or for users more comfortable with SQL looking for a way to interface -with pandas +with pandas. .. _ecosystem.domain: