Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
edutools-service opened this issue Jul 14, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@edutools-service
Copy link

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)

@edutools-service edutools-service added the bug Something isn't working label Jul 14, 2023
@DaniilBogdanovJB DaniilBogdanovJB added the duplicate This issue or pull request already exists label Nov 7, 2023
@DaniilBogdanovJB
Copy link

DaniilBogdanovJB commented Nov 7, 2023

Duplicates #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants