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 63dc1bb commit 4a59e6cCopy full SHA for 4a59e6c
doc/source/getting_started/comparison/comparison_with_sql.rst
@@ -505,7 +505,7 @@ DELETE
505
DELETE FROM tips
506
WHERE tip > 9;
507
508
-In pandas we select the rows that should remain instead of deleting them:
+In pandas we select the rows that should remain instead of deleting the rows that should be removed:
509
510
.. ipython:: python
511
0 commit comments