Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Created October 17, 2021 02:05
Show Gist options
  • Save AI-MOO/518de0902adde29f9b932afc292f2838 to your computer and use it in GitHub Desktop.
Save AI-MOO/518de0902adde29f9b932afc292f2838 to your computer and use it in GitHub Desktop.
filepath = 'data/Fruits.json' # JSON مسار ملف
df_Fruits = pd.read_json(filepath) # سحب البيانات وتخزينها في إطار بيانات
df_Fruits.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment