Skip to content
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

UserWarning: genfromtxt: Empty input file: "somedata.csv" arr = np.genfromtxt(data, delimiter=',', skip_header=3) Array Basics / Reading and Writing Files #67

Open
edutools-service opened this issue May 30, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@edutools-service
Copy link

I wrote the same answer but I get an error that 'somedata.csv' is empty.
(0,)
float64
C:...\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 May 30, 2023
@DaniilBogdanovJB
Copy link

Hello,
I can't reproduce it, but this problem probably could be related to this issue.
Please try re-downloading the course and check if the issue is reproducible after.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants