Closed
Description
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)