We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035e05a commit d0a9d15Copy full SHA for d0a9d15
docs/source/dataframe-sql.rst
@@ -113,7 +113,7 @@ recreated into a fresh engine on the workers.
113
Similarly, we cannot accommodate chunked queries
114
which rely on the internal state of a database cursor; nor LIMIT/OFFSET
115
queries, which are not guaranteed to be repeatable, and involve scanning
116
-the whole query on th server (which is very inefficient).
+the whole query on the server (which is very inefficient).
117
118
**If** your data is small enough not to require Dask's out-of-core and/or
119
distributed capabilities, then you are probably better to use Pandas or SQLAlchemy
0 commit comments