Reads the json file of the given input_path and converts it to pandas dataframe.
json
input_path
dataframe
input_path (str) – Path to the json file
str
key (str) – Specifies the object to be converted.
DataFrame
A loaded pandas dataframe object.