-
Notifications
You must be signed in to change notification settings - Fork 5
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
From_flat
catalog creation
#434
Comments
Looks good, would just add the (maybe obvious) rider that this functionality is already available within Nested-Dask: https://nested-dask.readthedocs.io/en/latest/autoapi/nested_dask/core/index.html#nested_dask.core.NestedFrame.from_flat So this ticket would just be creating a catalog function that directly wraps/uses this. |
I believe it should be consistent with |
Implementing
|
Provide a function, provisionally called
from_flat
that creates a catalog, with nested structure from a singlesource
table, i.e., list of observations of astronomical objects, where observations can repeat.Connected with #421.
@dougbrn Can you elaborate further or explain what I might have gotten wrong?
The text was updated successfully, but these errors were encountered: