File not found- file is present in the path but python in jupyter unable to find the file

FileNotFoundError Traceback (most recent call last)
in ()
4 from sklearn.tree import DecisionTreeClassifier
5
----> 6 data=pd.read_csv("/user/akashjha24feb19928976/training.csv").as_matrix()
7 clf=DecisionTreeClassifier()
8

Hi @akashjha,

This discussion will help you in reading the file from HDFS

Thanks