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