Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Last active October 25, 2021 00:18
Show Gist options
  • Save AI-MOO/e9e04e5ed09a7876a2cafcb36db51de0 to your computer and use it in GitHub Desktop.
Save AI-MOO/e9e04e5ed09a7876a2cafcb36db51de0 to your computer and use it in GitHub Desktop.
# مسار الملف
file_path = 'data/StudentsPerformance.csv'
# سحب البيانات وتحويلها إلى إطار بيانات
df = pd.read_csv(file_path)
# استعراض أول 10 صفوف
df.head(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment