Replies: 2 comments 1 reply
-
If I understand you correctly you want to add up all the float values in a column? If so, use |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is a somewhat similar solution here, though I agree there ought to be a simple |
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.
-
I would like to create a new column that will show the percentage of each row of a column with the sum of that column. If the column name is "february", I would like to do the following:
new column expr=february/<sum-of-february>
what should I place in
<sum-of-february>
?Beta Was this translation helpful? Give feedback.
All reactions