You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
This happens because the toHash method is overriding the index key in the return type after each iteration. I would propose that we make this consistent and instead return a grouped data set result.
Currently
toHash()
assumes the column being indexed to be unique.However, if the column being indexed is not actually unique you will have an undesired effect of the method overriding your data output
Take this data set for example.
Now when you run your data request
You will get back an object looking something like the following
This happens because the
toHash
method is overriding the index key in the return type after each iteration. I would propose that we make this consistent and instead return a grouped data set result.The text was updated successfully, but these errors were encountered: