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

Array Basics / Reading and Writing Files #76

Open
edutools-service opened this issue Nov 28, 2023 · 1 comment
Open

Array Basics / Reading and Writing Files #76

edutools-service opened this issue Nov 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@edutools-service
Copy link

csv has no readable data, i can't read it with excel or notepad, there are symbols like there is different symbol Code
C:\Users\Volegov\PycharmProjects\Python Libraries - NumPy\NumPy\Array Basics\Reading and Writing Files\task.py:4: UserWarning: loadtxt: input contained no data: "somedata.csv"
arr = np.loadtxt(data, delimiter=',', skiprows=1)

@edutools-service edutools-service added the bug Something isn't working label Nov 28, 2023
@DaniilBogdanovJB DaniilBogdanovJB self-assigned this Dec 5, 2023
@DaniilBogdanovJB
Copy link

Probably related to EDC-892

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