Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConfusing warning message #2763
Comments
|
I'm guessing it's that when you use
If your |
|
I see, yes, good point. maybe a better warning would be along the lines of
"Cannot set key to an ad-hoc column, so skipping to setkey() following
computation of j"
|
By using extended j expression as suggested by @MichaelChirico
I'm trying to split data according to 15-minute timestamps; my approach is:
It's weird that this gives me a warning since it's purely related to the use of
keyby:(
iin this case doesn't need to match that inbyexactly)For sanity:
What's the reason for this warning?