Untitled
unknown
plain_text
2 years ago
409 B
6
Indexable
cur_path = pathlib.Path().resolve() # текущий путь до папки
files_path = f'{cur_path}/info-stat-11-2023/01 промышленность/'
files_path
'/home/jovyan/titorenko.aa/jupyter/converting/info-stat-11-2023/01 промышленность/'
import glob
data_files = sorted(glob.glob('01*.xls'))
dfs = []
for filename in data_files:
dfs.append(filename)
dfsEditor is loading...
Leave a Comment