Skip to content

Instantly share code, notes, and snippets.

View rapidcrawler's full-sized avatar
:octocat:
He/Hehe/Hehehehehe

Jaspreet Singh rapidcrawler

:octocat:
He/Hehe/Hehehehehe
View GitHub Profile
@rapidcrawler
rapidcrawler / test2.py
Last active November 9, 2021 18:16
desc
filepath = 'data/Fruits.json' # JSON مسار ملف
df_Fruits = pd.read_json(filepath) # سحب البيانات وتخزينها في إطار بيانات
df_Fruits.head()
puts"Hello, WOrld!"