반응형
import json
import os
path = os.path.join('경로')
path_list = os.listdir(path)
for i in path_list:
file_path = path+'/'+i
with open(file_path, "r", encoding='utf-8') as json_file:
json_data = json.load(json_file)
반응형
'-------------코딩------------- > Python 기초 코딩' 카테고리의 다른 글
이미지 크롤링 (0) | 2023.08.02 |
---|---|
show bbox(coco) (0) | 2023.08.02 |
시계열 데이터 정규화 (0) | 2021.09.07 |
pyplot 시계열 데이터 그래프 그리기 (0) | 2021.09.06 |
AttributeError: module transformers.models.big_bird has no attribute BigBirdTokenizer (0) | 2021.06.28 |
댓글