Crates.io | unfhash |
lib.rs | unfhash |
version | 0.1.0 |
source | src |
created_at | 2021-09-18 21:01:51.827988 |
updated_at | 2021-09-18 21:01:51.827988 |
description | Calculate the Unique Numeric Fingerprint for Tabular Data |
homepage | |
repository | https://github.com/lissahyacinth/unf |
max_upload_size | |
id | 453417 |
size | 38,688 |
Efficiently create an identifiable hash for a dataset that is independent of column or row ordering.
More information on the creation of the UNF can be found here
UNF Version | Supported |
---|---|
3 |
|
4 |
|
5 |
|
6 |
|
This package is primarily a port of the fantastic UNF package in R with an intention on making the features available on significantly bigger datasets with low memory usage.