Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Created June 24, 2022 21:54
Show Gist options
  • Save AI-MOO/c574c8cd554a3965b39960e6fd921725 to your computer and use it in GitHub Desktop.
Save AI-MOO/c574c8cd554a3965b39960e6fd921725 to your computer and use it in GitHub Desktop.
# ترشيح إطار البيانات ليتضمن الماسات ذات العمق الكلي الأكثر من 65
dia_depth_more_65 = diamonds[(diamonds["depth"] > 65)]
# عرض النتيجة
display(dia_depth_more_65)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment