Example of piping through vd #1818
ivandatasci
started this conversation in
General
Replies: 1 comment
-
Do the commands manually, use Shift+D to open the cmdlog, save it as a .vdj file, then |
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
-
How do I pipe through visidata?
For example
myfile.csv
sensor, temperature
1, 25.0
2, 30.1
5, 29.0
10, 19.0
20, 40.5
Now I want to
So, this would be the scaffold:
cat myfile.csv | vd -f csv [some commands here] -o /dev/stdout > myfile.filtered.tsv
What commands should I pass to vd to perform tasks 1 through 5 non-interactively?
Thank you.
Ivan
Beta Was this translation helpful? Give feedback.
All reactions