質問編集履歴

1

コードをコードの挿入で記述

2022/05/05 06:12

投稿

WESTY
WESTY

スコア11

test CHANGED
File without changes
test CHANGED
@@ -32,6 +32,7 @@
32
32
 
33
33
  pandasの使い方に誤りがあるのでしょうか?ご教示いただければ幸いです。
34
34
  # コード
35
+ ```ここに言語を入力
35
36
  import pandas as pd
36
37
  import glob
37
38
  import os
@@ -47,4 +48,6 @@
47
48
  output = f'df.iloc[5,2]},{df.iloc[7,3]}'
48
49
  with open('D:/xxxx/yyyy/output.csv', 'a') as f:
49
50
  print(output,file = f)
51
+ ```
50
52
 
53
+