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
csv has no readable data, i can't read it with excel or notepad, there are symbols like there is different symbol Code
C:\Users\Volegov\PycharmProjects\Python Libraries - NumPy\NumPy\Array Basics\Reading and Writing Files\task.py:4: UserWarning: loadtxt: input contained no data: "somedata.csv"
arr = np.loadtxt(data, delimiter=',', skiprows=1)
The text was updated successfully, but these errors were encountered:
csv has no readable data, i can't read it with excel or notepad, there are symbols like there is different symbol Code
C:\Users\Volegov\PycharmProjects\Python Libraries - NumPy\NumPy\Array Basics\Reading and Writing Files\task.py:4: UserWarning: loadtxt: input contained no data: "somedata.csv"
arr = np.loadtxt(data, delimiter=',', skiprows=1)
The text was updated successfully, but these errors were encountered: