Error running the ""Lending-company-Numeric.csv"
I have uploaded the downloaded and extracted csv file into Jupyter notebook, but it seems something is wrong or the way I am uploading it is not the right way. when I run the above file, I encounter the following error:
FileNotFoundError Traceback (most recent call last)
Input In [22], in <cell line: 1>()
----> 1 lending_co_data_numeric = np.loadtxt("Lending-company-Numeric.csv", delimiter = ',')
Please can anyone give direction on how to go about this error?
Thanks!
0 answers ( 0 marked as helpful)