We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9261581 commit 69412b6Copy full SHA for 69412b6
README.rst
@@ -51,12 +51,13 @@ function you can produce a new DataFrame from the sql query.
51
query("""select * from my_table""")
52
53
54
-The package currently only supports pandas_ but there are plans to support dask_ and
55
-rapids_ in the future.
+The package currently only supports pandas_ but there are plans to support dask_,
+rapids_, and modin_ in the future.
56
57
.. _pandas: https://github.com/pandas-dev/pandas
58
.. _dask: https://github.com/dask/dask
59
.. _rapids: https://github.com/rapidsai/cudf
60
+.. _modin: https://github.com/modin-project/modin
61
62
SQL Syntax
63
----------
0 commit comments