lsdb.nested.backends#

Functions#

make_meta_frame(→ nested_pandas.NestedFrame)

Create an empty NestedFrame to use as Dask's underlying object meta.

_nonempty_nestedframe(→ nested_pandas.NestedFrame)

Construct a new NestedFrame with the same underlying data.

_(→ nested_pandas.series.ext_array.NestedExtensionArray)

Register a valid dtype for the NestedExtensionArray

Module Contents#

make_meta_frame(x, index=None) nested_pandas.NestedFrame[source]#

Create an empty NestedFrame to use as Dask’s underlying object meta.

_nonempty_nestedframe(x, index=None) nested_pandas.NestedFrame[source]#

Construct a new NestedFrame with the same underlying data.

_(dtype) nested_pandas.series.ext_array.NestedExtensionArray[source]#

Register a valid dtype for the NestedExtensionArray