Replies: 1 comment
-
I have a compressed Matrix Market file that looks like…
I need to skip the lines that start with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have this kind of a zipped csv
To read it I run
I need to skip the first row. I cannot use comments-in-data flags (there is no flag), and the miller tail verb can not be used to skip the first n rows.
What about to have a verb that forces miller to read the source starting from a certain line? Or to enable tail to do it, something like:
Have a nice day
Beta Was this translation helpful? Give feedback.
All reactions