Skip to content

Index

subsurfaceio.records_list

Row-oriented records with a shared key set.

from subsurfaceio.records_list import RecordsList

RecordsList([{'depth': 1.0, 'qc': 2.0}])

Classes:

Name Description
RecordsList

List of records that share the same keys.

RecordsList

Bases: list[dict[str | float, Any]]

List of records that share the same keys.