jetbrains-academy / Python-Libraries-NumPy

MIT License
1 stars 3 forks source link

All data.csv ihave bad content and don't readable. Array Math / Linear Algebra #73

Open edutools-service opened 11 months ago

edutools-service commented 11 months ago

All files "data.csv" in course "Python Libraries - NumPy" have bad content and don't readable python code in task.py. Wondows Notepad show bad non-csv non-txt content in files "data.csv". "C:\Users\felix\PycharmProjects\Python Libraries - NumPy.idea\VirtualEnvironment\Scripts\python.exe" "C:\Users\felix\PycharmProjects\Python Libraries - NumPy\NumPy\Array Math\Linear Algebra\task.py" Traceback (most recent call last): File "C:\Users\felix\PycharmProjects\Python Libraries - NumPy\NumPy\Array Math\Linear Algebra\task.py", line 4, in values, labels = np.array(csv[:, :2], dtype=float), np.array(csv[:, 2], dtype=np.int64) IndexError: too many indices for array: array is 0-dimensional, but 2 were indexed

Process finished with exit code 1

DaniilBogdanovJB commented 8 months ago

Hello, Checked files on Win 10 and Win 11 with NPP and didn't find any issues; tried restarting IDE and going back and forth on chapters, but the issue seems unreproducible. Please try re-downloading the course and check if the problem persists. Also, if any anti-virus or anti-malware software is running on the PC, please check its event logs.