I have saved a data file on the following path "/home/useridXXX/MLPython/Code/filename.tsv"
I am getting error when i try to access it, i get an error.
Please help. Regards,
Amit
Code Used:
import os
import scipy as sp
import matplotlib.pyplot as plt
data = sp.genfromtxt("/home/amitkb3/MLPython/Code/web_traffic.tsv", delimiter="\t")
[edited by admin: formatting]