Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Last active June 24, 2022 21:29
Show Gist options
  • Save AI-MOO/c8a141b6a99271e99c4316f749aaf295 to your computer and use it in GitHub Desktop.
Save AI-MOO/c8a141b6a99271e99c4316f749aaf295 to your computer and use it in GitHub Desktop.
# ترتيب الصفوف وفقًا لسمتي السعر ونوع القطع
diamonds_price_cut = diamonds.sort_values(["cut", "price"] , ascending = [True, False])
display(diamonds_price_cut)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment