Read and display data from json file. import pandas as pd df=pd.read_json("student.json") print(df) Output is here class id mark name sex 0 Four 1 75 John ...
確定! 回上一頁