質問編集履歴

1

内部ディレクトリ名が入っており、それを×××にした。

2022/08/10 08:04

投稿

kouji_39
kouji_39

スコア164

test CHANGED
File without changes
test CHANGED
@@ -33,7 +33,7 @@
33
33
  %matplotlib inline
34
34
 
35
35
  # データ取得
36
- creditcard = pd.read_csv("/content/drive/MyDrive/Colab Notebooks/GCI_2022/最終課題/creditcard/creditcard.csv", sep=',')
36
+ creditcard = pd.read_csv("×××(内部ディレクトリ名)/creditcard.csv", sep=',')
37
37
 
38
38
  import numpy as np
39
39
  from sklearn import metrics