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

DataTree: missing methods #10015

Open
4 tasks
mathause opened this issue Jan 31, 2025 · 0 comments
Open
4 tasks

DataTree: missing methods #10015

mathause opened this issue Jan 31, 2025 · 0 comments
Labels
enhancement topic-DataTree Related to the implementation of a DataTree class

Comments

@mathause
Copy link
Collaborator

mathause commented Jan 31, 2025

Is your feature request related to a problem?

There are still missing methods on DataTree and I did not find an issue tracking those.

  • Did I miss that?
  • Is there a reason they are missing?

e.g.:

  • broadcast_like
  • dropna
  • transpose
  • ...

(I am sure there are more but these are the ones I need.)

Describe the solution you'd like

No response

Describe alternatives you've considered

We could use map_over_datasets(xr.Dataset.transpose, dt) but (1) that's annoying, (2) obj.transpose() would work for DataTree and Dataset etc.

Additional context

No response

@mathause mathause added enhancement topic-DataTree Related to the implementation of a DataTree class labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement topic-DataTree Related to the implementation of a DataTree class
Projects
None yet
Development

No branches or pull requests

1 participant