# Universal Numeric Fingerprint 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](https://guides.dataverse.org/en/latest/developers/unf/index.html) ### Support | UNF Version | Supported | | ----------- | ----------- | | 3 | | | 4 | | | 5 | | | 6 | | ### Sources This package is primarily a port of the fantastic UNF [package in R](https://github.com/leeper/UNF) with an intention on making the features available on significantly bigger datasets with low memory usage.