You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: