jetbrains-academy / Python-Libraries-NumPy

MIT License
1 stars 3 forks source link

Array Basics / Reading and Writing Files #76

Open edutools-service opened 9 months ago

edutools-service commented 9 months ago

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)

DaniilBogdanovJB commented 9 months ago

Probably related to EDC-892