lamindb.select#
- lamindb.select(*entity, **fields)#
Query data.
Guide: Query & lookup data.
- Parameters:
entity – Table, tables, or tables including column specification.
fields – Fields and values passed as keyword arguments.
- Return type:
- Returns:
A
SelectStmt
object.