Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Last active June 24, 2022 21:34
Show Gist options
  • Save AI-MOO/ffe2b4ec640249b6a28062b9cb253a79 to your computer and use it in GitHub Desktop.
Save AI-MOO/ffe2b4ec640249b6a28062b9cb253a79 to your computer and use it in GitHub Desktop.
# التجزئة من خلال ترشيح قيمة نصية محددة
G_diamonds = diamonds[diamonds["color"] == "D"]
# عرض النتيجة
display(G_diamonds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment