Skip to content

somedata.csv is bugged Array Basics / Reading and Writing Files #71

Closed
@edutools-service

Description

@edutools-service

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)

Metadata

Metadata

Labels

bugSomething isn't workingduplicateThis issue or pull request already exists

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions