Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get sum of a columns in Gota #216

Open
joshyjoy-angelone opened this issue Jul 24, 2023 · 1 comment
Open

How to get sum of a columns in Gota #216

joshyjoy-angelone opened this issue Jul 24, 2023 · 1 comment

Comments

@joshyjoy-angelone
Copy link

How can I get the sum of a column in Gota? Is there any method already there or do we have to calculate it manually?

didn't find any function in documentation

@neeruuppalapati
Copy link

Series has a sum function. df.Col(column) returns a series. You can do df.Col(desiredCol).Sum().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants