minus-squareHugh@programming.devtoLinux@lemmy.ml•List of CSV Viewerslinkfedilinkarrow-up2·8 hours agoVery cool thanks for sharing. I don’t have a CSV viewer app in “Open with…” context menu because I don’t have a file manager… Last time I had to deal with a large CSV file I think I just used some combination of sort, wc, cut and grep. Or I import it to python and use numpy linkfedilink
Very cool thanks for sharing. I don’t have a CSV viewer app in “Open with…” context menu because I don’t have a file manager…
Last time I had to deal with a large CSV file I think I just used some combination of
sort,wc,cutandgrep. Or I import it to python and use numpy