質問編集履歴

1

ソースコードの不要なコメントを削除しました

2018/02/20 16:45

投稿

H.K2
H.K2

スコア88

test CHANGED
File without changes
test CHANGED
@@ -62,15 +62,7 @@
62
62
 
63
63
  for file in find_all_files(tmp_path):
64
64
 
65
- print(file)
66
-
67
-
68
-
69
- for file in find_all_files(tmp_path):
70
-
71
65
  if(file.find('.pdf')>-1):
72
-
73
- # print(file)
74
66
 
75
67
  df = read_pdf(file, guess=False, encoding='cp932', pandas_options={'header':None})
76
68