Olá, sempre que eu tento digitar o código (np.loadtxt('apples_ts.csv', delimiter=',', usecols=np.arange(1, 88, 1))) aparece esse erro
FileNotFoundError Traceback (most recent call last) in <cell line: 0>() ----> 1 np.loadtxt('apples_ts.csv', delimiter=',', usecols=np.arange(1, 88, 1))
3 frames /usr/local/lib/python3.11/dist-packages/numpy/lib/_datasource.py in open(self, path, mode, encoding, newline) 531 encoding=encoding, newline=newline) 532 else: --> 533 raise FileNotFoundError(f"{path} not found.") 534 535
FileNotFoundError: apples_ts.csv not found.