lamindb.core.RecordsList¶ class lamindb.core.RecordsList(records)¶ Bases: UserList Is ordered, can’t be queried, but has .df(). Methods¶ append(item)¶ clear()¶ copy()¶ count(item)¶ df()¶ Return type: DataFrame extend(other)¶ index(item, *args)¶ insert(i, item)¶ one()¶ Exactly one result. Throws error if there are more or none. Return type: Record pop(i=-1)¶ remove(item)¶ reverse()¶ sort(*args, **kwds)¶