lamindb.dev.types#

Types.

PathLike

alias of TypeVar('PathLike', str, ~pathlib.Path, ~upath.core.UPath)

DataLike

Special type indicating an unconstrained type.

StrField

alias of TypeVar('StrField', str, ~django.db.models.query_utils.DeferredAttribute)

ListLike

alias of TypeVar('ListLike', list, pd.Series, np.array)

TransformType(value)

An enumeration.