DataFingerprint
ComponentIdentity of one dataset: a content hash plus the structural facts that make a mismatch diagnosable rather than merely detectable.
Properties
methodstringWhat was hashed: the source file's bytes, the serialized R object, or the canonical Arrow table.
one of
"file""object""table"algorithmstringHash algorithm, recorded so a hash is verifiable rather than merely comparable.
one of
"sha256""sha512""sha384""sha224""sha3-256""sha3-512""blake2b""blake2s""sha1""md5"encodingstringThe exact byte recipe hashed. Two digests are comparable only if they share one.
hashstringHash digest, as hex.
n_rowsinteger≥ 0Number of rows (cases).
n_colsinteger≥ 0Number of columns.
column_namesarray | null≥ 1 itemsColumn names, in order.
sourcestring | nullPath the data was read from. NULL for in-memory input.
languagestringThe language that computed the hash.
data_structurestringThe form the data was held in when hashed.
Relationships
Used by