-
Notifications
You must be signed in to change notification settings - Fork 1k
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
setindexv could accept list of characters to create multiple indices #2695
Comments
I'm just about done writing this.... but I'm thinking, is this really any more convenient than i have the following so far:
|
Single DT should be returned from setindexv, no matter if we set one index or many. A little more convenient :) and we are going to use same API in fread already. It would be awkward if user will learn setting up index on fread and then would be surprised it is not working with setindexv. If you are deving this why no self assign issue? |
I see. so will revert to loop as well. thanks
…On Thu, Mar 29, 2018, 8:05 PM Jan Gorecki ***@***.***> wrote:
Single DT should be returned from setindexv, not matter if we set one
index or many. A little more convenient :) and we are going to use same API
in fread already. It would be awkward if user will learn setting up index
on fread and then would be surprised it is not working with setindexv.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2695 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHQQdXmICLPEt0lubalfPOYETijzx2nsks5tjM4kgaJpZM4S2bRf>
.
|
It could be internally optimized for speed but for now it will be enough to run in loop.
API to create index on
a
field and second index ona, b
fields:The text was updated successfully, but these errors were encountered: