Код: Выделить всё
"1707195600000":1,"1707282000000":18,"1707368400000":1,"1707454800000":13,"1707714000000":18,"1707800400000":12,"1707886800000":155,"1707973200000":1"
Код: Выделить всё
with open('data.json', 'r') as json_file:
data_pairs = json.load(json_file)
dataframe = pd.DataFrame.from_dict(data_pairs, orient='index')
Подробнее здесь: https://stackoverflow.com/questions/793 ... -from-dict
Мобильная версия