View test2.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filepath = 'data/Fruits.json' # JSON مسار ملف | |
df_Fruits = pd.read_json(filepath) # سحب البيانات وتخزينها في إطار بيانات | |
df_Fruits.head() |
View code.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puts"Hello, WOrld!" |