Skip to content

Commit b42a7a2

Browse files
committed
cosmetic
1 parent e796b85 commit b42a7a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/comparison_with_sql.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,8 @@ DELETE
489489
DELETE FROM tips
490490
WHERE tip > 9;
491491
492+
In pandas we select the rows that should remain, instead of deleting them
493+
492494
.. ipython:: python
493495
494496
tips = tips.loc[tips['tip'] <= 9]

0 commit comments

Comments
 (0)