-
Notifications
You must be signed in to change notification settings - Fork 368
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
"RowNumber by Partition" function #3374
Comments
Use
See the manual entry:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes, you would need a row numbering partitioned by some fields. T-SQL gives you this. Is there a chance to get a function for this, even you have something like
groupby(combine(df, :field1) , :field1=> (row->1:length(row))=>:rownumber)
Something like RowNumber(df, field1) or a funcion la
nrow
would be helpful to create the new field.The text was updated successfully, but these errors were encountered: