solarforecastarbiter.utils.sha256_pandas_object_hash

solarforecastarbiter.utils.sha256_pandas_object_hash(obj)[source]

Compute a hash for a pandas object. No sorting of the object is performed, so an object with the same data in in a different order returns a different hash.

Parameters:obj (pandas.Series or pandas.DataFrame) –
Returns:str – Hex digest of the SHA-256 hash of the individual object row hashes