Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Created June 24, 2022 18:37
Show Gist options
  • Save AI-MOO/f5a0d296012515089379d387282067c6 to your computer and use it in GitHub Desktop.
Save AI-MOO/f5a0d296012515089379d387282067c6 to your computer and use it in GitHub Desktop.
# ترتيب الصفوف وفقًا لسمة السعر بشكل تصاعدي
diamonds_price = diamonds.sort_values("price")
# عرض أول 10 صفوف
display(diamonds_price.head(10))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment