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
Even tho I have same code as in solution it even says "identical" the output is (0, ) instead (100, 4) and after looking at the file somedata.csv it looks like it's bugged so I can't finish the task
(0,)
float64
C:\Users\PCG\PycharmProjects\Python Libraries - NumPy\NumPy\Array Basics\Reading and Writing Files\task.py:4: UserWarning: genfromtxt: Empty input file: "somedata.csv"
arr = np.genfromtxt(data, delimiter=',', skip_header=3)
The text was updated successfully, but these errors were encountered:
Even tho I have same code as in solution it even says "identical" the output is (0, ) instead (100, 4) and after looking at the file somedata.csv it looks like it's bugged so I can't finish the task
(0,)
float64
C:\Users\PCG\PycharmProjects\Python Libraries - NumPy\NumPy\Array Basics\Reading and Writing Files\task.py:4: UserWarning: genfromtxt: Empty input file: "somedata.csv"
arr = np.genfromtxt(data, delimiter=',', skip_header=3)
The text was updated successfully, but these errors were encountered: