We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8421cee commit 378789bCopy full SHA for 378789b
1 file changed
README.rst
@@ -19,6 +19,12 @@ dataframe_sql
19
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
20
:target: https://github.com/psf/black
21
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
28
Installation
29
------------
30
0 commit comments