質問編集履歴

2

2015/12/24 11:14

投稿

TaskeHAMANO
TaskeHAMANO

スコア7

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  >>Out: array([0, 1, 2])
40
40
 
41
- numpy.array(dataframe["text"][0])
41
+ np.array(dataframe["text"][0])
42
42
 
43
43
  >>Out: ['May', 'the', 'force', 'be', 'with', 'you']
44
44
 

1

2015/12/24 11:14

投稿

TaskeHAMANO
TaskeHAMANO

スコア7

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  >>Out: array([0, 1, 2])
40
40
 
41
- dataframe["text"][0]
41
+ numpy.array(dataframe["text"][0])
42
42
 
43
43
  >>Out: ['May', 'the', 'force', 'be', 'with', 'you']
44
44