Problems with importing data after some manipulations

Thanks @Yos.Dos,

Would you be able to run head with something like -n 15? It looks like line 13 is specifically suspect.

And then you can paste in your response with a “code fence” which will avoid treating any of the contents like markup:

```text
The triple backtick (~` key) will treat everything within it as un-formatted text.
Adding "text" or a language like "bash" at the end of the starting fence will set the
syntax highlighting.
```