質問編集履歴

1

コードの追記

2021/10/02 03:38

投稿

hiromasasusu
hiromasasusu

スコア12

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  # This is working...
20
20
 
21
- df = pd.read_table('train-Copy1.tsv', encoding='utf-8')
21
+ train = pd.read_table('train-Copy1.tsv', encoding='utf-8')
22
22
 
23
23
 
24
24
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  a = m.parse(train)
30
30
 
31
-
31
+ print(type(train))
32
32
 
33
33
  print(a)# working!
34
34