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 ecea7c3Copy full SHA for ecea7c3
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