Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Created March 17, 2022 22:38
Show Gist options
  • Save AI-MOO/f1ab3d5a3005d04c9e3d69762e8c8069 to your computer and use it in GitHub Desktop.
Save AI-MOO/f1ab3d5a3005d04c9e3d69762e8c8069 to your computer and use it in GitHub Desktop.
# سحب البيانات إلى إطار بيانات
training_data = pd.read_csv('data/train.csv')
testing_data = pd.read_csv('data/test.csv')
training_data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment