Skip to content

Commit 378789b

Browse files
committed
DOC: Add description of package to README.rst
1 parent 8421cee commit 378789b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ dataframe_sql
1919
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
2020
:target: https://github.com/psf/black
2121

22+
``dataframe_sql`` is a Python_ package that translates SQL syntax into operations on
23+
pandas_ DataFrames, a functionality which is not available in the central pandas
24+
package.
25+
26+
.. _Python: https://www.python.org/
27+
2228
Installation
2329
------------
2430

0 commit comments

Comments
 (0)