Linux@lemmy.ml•List of CSV ViewersbyHugh@programming.dev1 dayVery 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 1
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