Timeline for command-line tool to sum the values in a column of a CSV file
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 23 at 15:04 | answer | added | nofinator | timeline score: 2 | |
| Jul 15, 2024 at 17:15 | answer | added | Ed Morton | timeline score: 2 | |
| Jul 2, 2024 at 9:02 | answer | added | Kusalananda♦ | timeline score: 2 | |
| Jul 2, 2024 at 8:18 | vote | accept | halloleo | ||
| Jul 2, 2024 at 4:23 | answer | added | muru | timeline score: 4 | |
| Jul 2, 2024 at 4:01 | comment | added | halloleo | @muru Your 2nd comment is great. Would you mind making this into an answer? | |
| Jul 2, 2024 at 3:58 | comment | added | halloleo | @muru Thanks for the link to other question. I missed saying that the CSV file might have quoted fields. - I updated the question (incl sample CSV) to make that clear. | |
| Jul 2, 2024 at 3:57 | history | edited | halloleo | CC BY-SA 4.0 | Update the CSV to make clear I need a proper CSV reader |
| Jul 2, 2024 at 2:16 | answer | added | user1683793 | timeline score: 2 | |
| Jul 2, 2024 at 2:14 | review | Close votes | |||
| Jul 19, 2024 at 3:04 | |||||
| Jul 2, 2024 at 1:56 | comment | added | muru | Not exactly the same, but for the suggestions in the dupe, you just need to drop the groupby stuff for datamash and the reorder parts for miller (so, e.,g., datamash --header-in -st , sum 3, mlr --csv -N stats1 -a sum -f 3) | |
| Jul 2, 2024 at 1:52 | comment | added | muru | This question is similar to: Processing tabular data from the command-line. If you believe it’s different, please edit the question, make it clear how it’s different and/or how the answers on that question are not helpful for your problem. | |
| Jul 2, 2024 at 1:41 | history | asked | halloleo | CC BY-SA 4.0 |