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
So far, in order to index the data part of kdata, one has to access it via kdata.data[index]
It would be nice if one could simply state kdata[index].
Also, subsetting kdata is relatively tedious.
A perfect case would be if one could subset kdata by usng kdata[subsetting_indices].
Not sure if these are possible right away.
The text was updated successfully, but these errors were encountered:
So far, in order to index the data part of kdata, one has to access it via kdata.data[index]
It would be nice if one could simply state kdata[index].
Also, subsetting kdata is relatively tedious.
A perfect case would be if one could subset kdata by usng kdata[subsetting_indices].
Not sure if these are possible right away.
The text was updated successfully, but these errors were encountered: