質問編集履歴

1

コード内容を修正

2020/03/12 01:42

投稿

iki
iki

スコア12

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  m_cols = ['movie_id', 'title']
38
38
 
39
- with codecs.open('C:/Users/hj1990/Desktop/Tableau+Py実践/DataScience/ml-100k/u.item',sep='|', names=m_cols, usecols=range(2), 'utf-8', 'ignore') as m:
39
+ with codecs.open('C:/Users/Desktop/u.item',sep='|', names=m_cols, usecols=range(2), 'utf-8', 'ignore') as m:
40
40
 
41
41
  movies = pd.read_csv(m)
42
42