Skip to content
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

Easier Indexing / Subsetting of KData #382

Open
Tracked by #575
JoHa0811 opened this issue Aug 29, 2024 · 1 comment
Open
Tracked by #575

Easier Indexing / Subsetting of KData #382

JoHa0811 opened this issue Aug 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JoHa0811
Copy link
Collaborator

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.

@JoHa0811 JoHa0811 added enhancement New feature or request question Further information is requested labels Aug 29, 2024
@fzimmermann89
Copy link
Member

#243

I have some ideas about this and could take it at some time.
currently, it is not possible and needs some backend work to properly do it.

@fzimmermann89 fzimmermann89 removed the question Further information is requested label Sep 3, 2024
@ckolbPTB ckolbPTB mentioned this issue Dec 10, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants