Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Created June 24, 2022 22:53
Show Gist options
  • Save AI-MOO/a40e539e4bb14215a92c5cce53d3c06e to your computer and use it in GitHub Desktop.
Save AI-MOO/a40e539e4bb14215a92c5cce53d3c06e to your computer and use it in GitHub Desktop.
# إضافة عمود جديد إلى إطار البيانات
diamonds["volume"] = diamonds["x"] * diamonds["y"] * diamonds["z"]
# عرض النتيجة
display(diamonds.head(10))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment