-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
If I do this:
@eachrow df[start:stop, :] ...It works but the row index always starts from one.
Also @eachrow! doesn't operate on the same df since the indexing copies, and using a view gives error:
dfv = @view df[start:stop, :]
@eachrow! dfv ...
# ERROR: MethodError: no method matching transform!(::SubDataFrame{DataFrame, DataFrames.Index, UnitRange{Int64}})Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels